Disable EOI Queue menu item in dashboard

This commit is contained in:
Matt 2025-06-04 03:16:52 +02:00
parent 185674ecbe
commit d97802c773
1 changed files with 5 additions and 5 deletions

View File

@ -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",