From 2a3f2b4c99a107ad69e2758f26fe4818e5d0d665 Mon Sep 17 00:00:00 2001 From: popovspiridon99 Date: Tue, 23 Dec 2025 10:40:17 +0900 Subject: [PATCH] disable dev Reports page --- client/src/constants/app.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/constants/app.tsx b/client/src/constants/app.tsx index 75d6ce8..3248cd6 100644 --- a/client/src/constants/app.tsx +++ b/client/src/constants/app.tsx @@ -147,9 +147,9 @@ const pages = [ path: "/fuel/reports", icon: , component: , - drawer: true, - dashboard: true, - enabled: true, + drawer: false, + dashboard: false, + enabled: false, }, // { // label: "ИКС",