From 7d6a4b37a485d534a73cb079c426d5f61ca20186 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Sat, 13 May 2023 22:55:24 +0200 Subject: [PATCH] fix(NcAppSidebarTabs): fix render when tab and tabs are in different vue Signed-off-by: Grigorii K. Shartsev --- src/components/NcAppSidebar/NcAppSidebarTabs.vue | 4 +++- src/components/NcAppSidebarTab/NcAppSidebarTab.vue | 8 +++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/NcAppSidebar/NcAppSidebarTabs.vue b/src/components/NcAppSidebar/NcAppSidebarTabs.vue index 0af461a4cd..ead0f636c9 100644 --- a/src/components/NcAppSidebar/NcAppSidebarTabs.vue +++ b/src/components/NcAppSidebar/NcAppSidebarTabs.vue @@ -49,7 +49,9 @@ role="tab" @click.prevent="setActive(tab.id)"> - + + + {{ tab.name }} diff --git a/src/components/NcAppSidebarTab/NcAppSidebarTab.vue b/src/components/NcAppSidebarTab/NcAppSidebarTab.vue index a0f77c276d..0196435ee5 100644 --- a/src/components/NcAppSidebarTab/NcAppSidebarTab.vue +++ b/src/components/NcAppSidebarTab/NcAppSidebarTab.vue @@ -41,8 +41,6 @@