fix `data` string not being updated after modifying a reviewed tx
This commit is contained in:
parent
e3a9945675
commit
0cf786e8d1
|
@ -61,7 +61,7 @@ const ContractInteraction = ({ contractAddress, initialValues, onClose, onNext }
|
|||
return
|
||||
}
|
||||
|
||||
onNext({ contractAddress, data, selectedMethod, value, ...values })
|
||||
onNext({ ...values, contractAddress, data, selectedMethod, value })
|
||||
} catch (error) {
|
||||
return handleSubmitError(error, values)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue