mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-20 05:28:08 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
onNext({ contractAddress, data, selectedMethod, value, ...values })
|
onNext({ ...values, contractAddress, data, selectedMethod, value })
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return handleSubmitError(error, values)
|
return handleSubmitError(error, values)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user