diff options
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/EditAccount.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/package/contents/ui/EditAccount.qml b/components/package/contents/ui/EditAccount.qml index f9c04d98..99a5f457 100644 --- a/components/package/contents/ui/EditAccount.qml +++ b/components/package/contents/ui/EditAccount.qml | |||
@@ -118,6 +118,7 @@ Item { | |||
118 | text: "Discard" | 118 | text: "Discard" |
119 | 119 | ||
120 | onClicked: { | 120 | onClicked: { |
121 | loader.item.remove() | ||
121 | dialog.closeDialog() | 122 | dialog.closeDialog() |
122 | } | 123 | } |
123 | } | 124 | } |