Skip to content

Commit 7e87a52

Browse files
committed
reset input parameters
1 parent 42425b1 commit 7e87a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function ContractGUI (props: ContractGUIProps) {
2525
} else {
2626
setTitle(props.funcABI.type === 'receive' ? '(receive)' : '(fallback)')
2727
}
28+
setBasicInput('')
2829
}, [props.title, props.funcABI])
2930

3031
useEffect(() => {

0 commit comments

Comments
 (0)