From 315191c01b64d0785cfa96ed4695a876da6bbff1 Mon Sep 17 00:00:00 2001 From: Satyam Rastogi Date: Wed, 13 May 2026 17:47:48 +0530 Subject: [PATCH] allow admin to access orgSetting page --- src/App.jsx | 2 +- src/components/Layout.jsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 5100797..ad5198d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -215,7 +215,7 @@ function App() { } /> + } /> diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index dab1282..25caef0 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -167,6 +167,7 @@ const Layout = () => { label: ProCanvas }, { to: "/admin/estimates", icon: Calculator, label: "Estimates" }, + { to: "/owner/settings", icon: Settings, label: "Org Settings" }, ...commonItems, ]; case 'CONTRACTOR':