Skip to content

Commit

Permalink
Merge pull request #10450 from nextcloud/backport/10446/stable4.0
Browse files Browse the repository at this point in the history
[stable4.0] fix(ui): Restore account quota fetching
  • Loading branch information
kesselb authored Dec 6, 2024
2 parents 3c318bb + 9d7b81d commit f5cb4ee
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 f5cb4ee

Please sign in to comment.