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.
1 parent 42425b1 commit 7e87a52Copy full SHA for 7e87a52
libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx
@@ -25,6 +25,7 @@ export function ContractGUI (props: ContractGUIProps) {
25
} else {
26
setTitle(props.funcABI.type === 'receive' ? '(receive)' : '(fallback)')
27
}
28
+ setBasicInput('')
29
}, [props.title, props.funcABI])
30
31
useEffect(() => {
0 commit comments