From 6e58a2d4d13ba1e500cf1048c9295cfe70baae8d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 6 Dec 2024 10:03:22 +0100 Subject: [PATCH] fix(ui): Restore account quota fetching It's triggered when the menu opens. NcAppNavigationItem and NcAppNavigationCaption use different prop names for the menu state. Regression of 4ffc09b450787c882c9ca341798000e39b751215 Signed-off-by: Christoph Wurst --- src/components/NavigationAccount.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavigationAccount.vue b/src/components/NavigationAccount.vue index 3f941f9532..d268c5ce93 100644 --- a/src/components/NavigationAccount.vue +++ b/src/components/NavigationAccount.vue @@ -9,7 +9,7 @@ :id="id" :key="id" :name="account.emailAddress" - @update:menuOpen="onMenuToggle"> + @update:open="onMenuToggle">