allow admin to access orgSetting page

This commit is contained in:
Satyam-Rastogi
2026-05-13 17:47:48 +05:30
parent 9bc8a42354
commit 72d541cab2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -167,6 +167,7 @@ const Layout = () => {
label: <span><span className="text-[#fda913]">Pro</span>Canvas</span>
},
{ to: "/admin/estimates", icon: Calculator, label: "Estimates" },
{ to: "/owner/settings", icon: Settings, label: "Org Settings" },
...commonItems,
];
case 'CONTRACTOR':