From bda9f0208ac80e445d0fe877a42cf9474118bce6 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Mon, 11 Nov 2024 23:11:37 +0530 Subject: [PATCH] chore: Fix build --- app/javascript/dashboard/components-next/sidebar/Sidebar.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index 28c9fc06b..92034a681 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -509,8 +509,6 @@ const menuItems = computed(() => { }, ]; }); - -console.log(menuItems.value);