From 8198c7a47834466515b9446eaca105f37346a4a3 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 29 Oct 2025 08:46:20 -0500 Subject: [PATCH] fix(dm): corrected the permissions needed to view this page --- frontend/src/routes/_old/old/(logistics)/dm/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {