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 28, 2024
1 parent acecd50 commit 9c9f2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AppSettingsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@
</NcAppSettingsSection>
<NcAppSettingsSection id="mailbox_settings" :name="t('mail', 'Account settings')">
<li v-for="account in accounts" :key="account.id">
<NcButton v-if="account && account.emailAddress" class="app-settings-button"
<NcButton v-if="account && account.emailAddress"
class="app-settings-button"
type="primary"
@click="openAccountSettings(account.id)">
{{ account.emailAddress }}
Expand Down

0 comments on commit 9c9f2f7

Please sign in to comment.