We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebbf64f + 8f1bf26 commit d9e307eCopy full SHA for d9e307e
libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx
@@ -302,7 +302,6 @@ export function ContractGUI(props: ContractGUIProps) {
302
data-id={buttonOptions.dataId}
303
data-title={buttonOptions.title}
304
disabled={(toggleUpgradeImp && !proxyAddress) || props.disabled || (props.inputs !== '' && basicInput === '')}
305
- style={{pointerEvents: 'none'}}
306
>
307
{title}
308
</button>
0 commit comments