Skip to content

Commit 19bb46c

Browse files
committed
fix expanded method call
1 parent 35f4b50 commit 19bb46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ export function ContractGUI (props: ContractGUIProps) {
362362
className="form-control"
363363
placeholder={inp.type}
364364
data-id={`multiParamManagerInput${inp.name}`}
365+
onChange={handleBasicInput}
365366
/>
366367
</CustomTooltip>
367368
</div>
@@ -411,7 +412,7 @@ export function ContractGUI (props: ContractGUIProps) {
411412
<button
412413
type="button"
413414
data-id={buttonOptions.dataId}
414-
className={`udapp_instanceButton ${buttonOptions.classList}`}
415+
className={`udapp_instanceButton btn ${buttonOptions.classList}`}
415416
disabled={props.disabled || (props.inputs !=='' && basicInput === '')}
416417
>
417418
{buttonOptions.content}

0 commit comments

Comments
 (0)