fix useField abi config object param
This commit is contained in:
parent
95a753cbe5
commit
cd77fba5b7
|
@ -10,7 +10,7 @@ import Row from 'src/components/layout/Row'
|
|||
const RenderInputParams = () => {
|
||||
const {
|
||||
meta: { valid: validABI },
|
||||
} = useField('abi', { valid: true } as any)
|
||||
} = useField('abi', { value: true })
|
||||
const {
|
||||
input: { value: method },
|
||||
}: any = useField('selectedMethod', { value: true })
|
||||
|
|
Loading…
Reference in New Issue