contract gui

pull/3530/head^2
filip mertens 2 years ago committed by Aniket
parent 2d9b4b285c
commit d53f3d4b6f
  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