Skip to content

Commit

Permalink
fix(@wallet): close save address modal policy
Browse files Browse the repository at this point in the history
fixes: #9773
  • Loading branch information
alaibe committed Mar 9, 2023
1 parent 4a0c2c5 commit 2019e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/app/AppLayouts/Wallet/popups/AddEditSavedAddressPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import ".."
StatusDialog {
id: root

closePolicy: Popup.CloseOnEscape

property bool edit: false
property bool addAddress: false
property string address: Constants.zeroAddress // Setting as zero address since we don't have the address yet
Expand Down

0 comments on commit 2019e8c

Please sign in to comment.