diff --git a/frontend/src/routes/_old/old/(logistics)/dm/index.tsx b/frontend/src/routes/_old/old/(logistics)/dm/index.tsx index 0cb6769..2c41460 100644 --- a/frontend/src/routes/_old/old/(logistics)/dm/index.tsx +++ b/frontend/src/routes/_old/old/(logistics)/dm/index.tsx @@ -7,7 +7,7 @@ export const Route = createFileRoute("/_old/old/(logistics)/dm/")({ beforeLoad: async () => { const auth = await checkUserAccess({ allowedRoles: ["systemAdmin", "technician", "admin", "manager"], - moduleName: "siloAdjustments", // optional + moduleName: "demandManagement", // optional }); if (!auth) {