From acecd5023496a24e0aba66fbcf8955928a746d61 Mon Sep 17 00:00:00 2001 From: greta Date: Tue, 27 Aug 2024 19:03:11 +0200 Subject: [PATCH] fixup! Feat: cross link app settings to account settings Signed-off-by: greta --- src/components/AppSettingsMenu.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/AppSettingsMenu.vue b/src/components/AppSettingsMenu.vue index 39a0ceac9e..37aa477881 100755 --- a/src/components/AppSettingsMenu.vue +++ b/src/components/AppSettingsMenu.vue @@ -425,8 +425,10 @@ export default { this.showAccountSettings = false }, openAccountSettings(accountId) { - this.selectedAccount = this.selectedAccount = this.accounts.find(account => account.id === accountId) + this.selectedAccount = this.accounts = this.accounts.find(account => account.id === accountId) + console.debug('modal closed?') this.showMailSettings = false + console.debug('account settings open') this.showAccountSettings = true }, checkMailvelope() {