diff --git a/src/App.tsx b/src/App.tsx index 1268f2d..22e7508 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -281,7 +281,10 @@ const router = createBrowserRouter([ path: PageRoutesConf.IMPORT.path, element: , handle: { - backButton: true + backButton: true, + sidebar: { + visible: false + } } as RouteHandleObject, children: [ {