1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/ducks/send
Dan J Miller 11374ec4d7 Ensure that editing a tx from a transfer to a simple send resets data and updates type (#15248)
* Ensure that editing a transaction from a transfer to a simple send properly resets data and updates type

* Handle case where there are no unapproved txes

* Improve comment in updateSendAsset

* Remove unnecessary code in send transaction edit function

* Fix

* Ensure hex data is properly reset when changing from a safe transfer from tx to native send
2022-07-20 17:42:35 -07:00
..
helpers.js Remove global transaction state from send flow (#14777) 2022-07-01 08:58:35 -05:00
helpers.test.js Remove global transaction state from send flow (#14777) 2022-07-01 08:58:35 -05:00
index.js Refactor send page state management (#10965) 2021-06-23 16:35:25 -05:00
send.js Ensure that editing a tx from a transfer to a simple send resets data and updates type (#15248) 2022-07-20 17:42:35 -07:00
send.test.js Show users a warning when they are sending directly to a token contract (#13588) 2022-07-13 19:46:30 -02:30