Skip to content

Commit

Permalink
removed dediacted links for users view
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Dec 18, 2024
1 parent 8af90dd commit 71ac706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routers/routes/ShiftingRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getDefaultView } from "@/Utils/viewStorageUtils";
const ShiftingRoutes: AppRoutes = {
"/shifting": () => (
<Redirect
to={`/shifting/${getDefaultView("defaultResourceView", "board")}`}
to={`/shifting/${getDefaultView("defaultShiftingView", "board")}`}
/>
),
"/shifting/board": () => <BoardView />,
Expand Down

0 comments on commit 71ac706

Please sign in to comment.