wizard admin feature in existing crm as separate route

This commit is contained in:
Mayur Shinde
2026-06-09 18:01:32 +05:30
parent 0da194b157
commit 075d2dd60f
10 changed files with 695 additions and 9 deletions
+2
View File
@@ -157,6 +157,7 @@ const Layout = () => {
{ to: "/owner/people", icon: Users, label: "People" },
{ to: "/owner/settings", icon: Settings, label: "Org Settings" },
...commonItems,
{ to: "/estimate-wizard/admin", icon: Settings, label: "Wizard Admin" },
];
case 'ADMIN':
return [
@@ -178,6 +179,7 @@ const Layout = () => {
{ to: "/admin/subcontractor-tasks", icon: HardHat, label: "Subcontractor Tasks" },
{ to: "/admin/settings", icon: Settings, label: "Org Settings" },
...commonItems,
{ to: "/estimate-wizard/admin", icon: Settings, label: "Wizard Admin" },
];
case 'CONTRACTOR':
case 'SUBCONTRACTOR':