Skip to content

Commit

Permalink
fixup! Feat: cross link app settings to account settings
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Aug 27, 2024
1 parent ea4c22f commit acecd50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/AppSettingsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit acecd50

Please sign in to comment.