contract gui

pull/5370/head
filip mertens 2 years ago committed by Aniket
parent 0dccb7bd89
commit 9a36ba3813
  1. 6
      libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx

@ -301,6 +301,12 @@ export function ContractGUI (props: ContractGUIProps) {
}
placeholder={props.inputs}
onChange={handleBasicInput}
data-title={
props.funcABI.type === "fallback" ||
props.funcABI.type === "receive"
? `'(${props.funcABI.type}')`
: props.inputs
}
ref={basicInputRef}
style={{
visibility: !(

Loading…
Cancel
Save