add default limit to 100

This commit is contained in:
Henry
2023-12-06 17:39:18 +00:00
parent 8122377bbb
commit 275540d183
2 changed files with 3 additions and 1 deletions
@@ -232,6 +232,7 @@ const NodeInputHandler = ({ inputAnchor, inputParam, data, disabled = false, isA
flexDirection: 'row',
width: '100%'
}}
disabled={disabled}
sx={{ borderRadius: 25, width: '100%', mb: 2, mt: 0 }}
variant='outlined'
onClick={() => onShowPromptHubButtonClicked()}