Introduced Help Tickets

This commit is contained in:
2025-02-09 23:22:40 +01:00
parent 524b4b17c8
commit 52f3eb15a7
7 changed files with 344 additions and 11 deletions

View File

@@ -13,6 +13,11 @@ const links = computed(() => {
icon: "i-heroicons-rectangle-stack",
target: "_blank",
}] : [],
... profileStore.currentTenant === 5 ? [{
label: "Support Tickets",
to: "/support",
icon: "i-heroicons-rectangle-stack",
}] : [],
{
id: 'dashboard',
label: "Dashboard",