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() {