Sfoglia il codice sorgente

feat(kanban): add Atividades to franchisee navigation menu

ebagabee 2 settimane fa
parent
commit
70a0fbf4d3
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      src/stores/navigation.js

+ 8 - 0
src/stores/navigation.js

@@ -60,6 +60,14 @@ export const navigationStore = defineStore("navigation", () => {
       disable: false,
       permission: true,
     },
+    {
+      type: "single",
+      title: "Atividades",
+      name: "KanbanPage",
+      icon: "mdi-clipboard-list-outline",
+      disable: false,
+      permission: true,
+    },
   ]);
 
   const getNavigationAccess = () => {