fix(@wallet): close save address modal policy

fixes: #9773
This commit is contained in:
Anthony Laibe 2023-03-08 11:57:15 +01:00 committed by Anthony Laibe
parent 4a0c2c52e6
commit 2019e8c699

View File

@ -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