From 2ce7c8b84544b7d2ba13fc66618543e83bd348bc Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 9 Dec 2024 15:59:26 +0530 Subject: [PATCH] fix: sidebar collapsed on reload (#10561) When reloading a page, the sidebar item that is actively selected is collapsed by default. This PR fixes it by expanding it on reload --- .../dashboard/components-next/sidebar/SidebarGroup.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components-next/sidebar/SidebarGroup.vue b/app/javascript/dashboard/components-next/sidebar/SidebarGroup.vue index 051375b68..f22e003f1 100644 --- a/app/javascript/dashboard/components-next/sidebar/SidebarGroup.vue +++ b/app/javascript/dashboard/components-next/sidebar/SidebarGroup.vue @@ -1,5 +1,5 @@