Skip to content

Commit

Permalink
Hide sidebar in Import pages
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleValentini1 committed Feb 6, 2025
1 parent 073d0c4 commit c95fcf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,10 @@ const router = createBrowserRouter([
path: PageRoutesConf.IMPORT.path,
element: <Layout />,
handle: {
backButton: true
backButton: true,
sidebar: {
visible: false
}
} as RouteHandleObject,
children: [
{
Expand Down

0 comments on commit c95fcf7

Please sign in to comment.