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 RenderInputParams = () => {
|
||||||
const {
|
const {
|
||||||
meta: { valid: validABI },
|
meta: { valid: validABI },
|
||||||
} = useField('abi', { valid: true } as any)
|
} = useField('abi', { value: true })
|
||||||
const {
|
const {
|
||||||
input: { value: method },
|
input: { value: method },
|
||||||
}: any = useField('selectedMethod', { value: true })
|
}: any = useField('selectedMethod', { value: true })
|
||||||
|
|
Loading…
Reference in New Issue