From 4f5ea8c442f3d1abe1839b807a3276343090ca63 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Sun, 9 Aug 2026 23:12:47 -0400 Subject: [PATCH] fix: only sxhow menu section when there are items Signed-off-by: Sebastian Krupinski --- core/src/layouts/menus/LayoutSystemMenu.vue | 89 ++++++++++++--------- core/src/stores/integrationStore.ts | 4 + 2 files changed, 54 insertions(+), 39 deletions(-) diff --git a/core/src/layouts/menus/LayoutSystemMenu.vue b/core/src/layouts/menus/LayoutSystemMenu.vue index 86f4343..0e45536 100644 --- a/core/src/layouts/menus/LayoutSystemMenu.vue +++ b/core/src/layouts/menus/LayoutSystemMenu.vue @@ -1,7 +1,8 @@