Skip to content

Commit

Permalink
Merge pull request #10446 from nextcloud/fix/ui/account-quota-fetching
Browse files Browse the repository at this point in the history
fix(ui): Restore account quota fetching
  • Loading branch information
kesselb authored Dec 6, 2024
2 parents 4dbc57e + 6e58a2d commit 5d14dfc
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 5d14dfc

Please sign in to comment.