Skip to content

Commit

Permalink
fix(ui): Restore account quota fetching
Browse files Browse the repository at this point in the history
It's triggered when the menu opens. NcAppNavigationItem and
NcAppNavigationCaption use different prop names for the menu state.

Regression of 4ffc09b

Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst authored and backportbot[bot] committed Dec 6, 2024
1 parent 0dfbc3a commit 622f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:id="id"
:key="id"
:name="account.emailAddress"
@update:menuOpen="onMenuToggle">
@update:open="onMenuToggle">
<!-- Actions -->
<template #actions>
<template v-if="isDisabled">
Expand Down

0 comments on commit 622f478

Please sign in to comment.