mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
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…
x
Reference in New Issue
Block a user