Disable EOI Queue menu item in dashboard

This commit is contained in:
2025-06-04 03:16:52 +02:00
parent 185674ecbe
commit d97802c773

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