From d97802c7735b1bfcb914b32fae2fb953d2246d6a Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 4 Jun 2025 03:16:52 +0200 Subject: [PATCH] Disable EOI Queue menu item in dashboard --- pages/dashboard.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/dashboard.vue b/pages/dashboard.vue index 242454c..6406b57 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -72,11 +72,11 @@ const tags = usePortalTags(); const drawer = ref(false); const interestMenu = [ - { - to: "/dashboard/interest-eoi-queue", - icon: "mdi-tray-full", - title: "EOI Queue", - }, + //{ + // to: "/dashboard/interest-eoi-queue", + // icon: "mdi-tray-full", + // title: "EOI Queue", + //}, { to: "/dashboard/interest-analytics", icon: "mdi-view-dashboard",