fix useField abi config object param

This commit is contained in:
fernandomg 2020-06-02 13:32:11 -03:00
parent 95a753cbe5
commit cd77fba5b7
1 changed files with 1 additions and 1 deletions

View File

@ -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 })