From 2ee437e83ee597717e0156eca57ad83bea3689bf Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 May 2026 15:33:06 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20add=20=D0=9E=D1=88=D0=B8=D0=B1=D0=BA?= =?UTF-8?q?=D0=B8=20tab=20to=20admin=20nav=20+=20already=20fixed=20client?= =?UTF-8?q?=E2=86=92supabase=20in=20ErrorLogPanel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/DashboardPage.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/DashboardPage.jsx b/src/pages/DashboardPage.jsx index 3e55cde..02789d1 100644 --- a/src/pages/DashboardPage.jsx +++ b/src/pages/DashboardPage.jsx @@ -96,6 +96,7 @@ export const DashboardPage = () => { { key: "orders", label: "Группы", description: "Реестр групп доставки.", badge: String(allOrderGroups.length || orderGroups.length || 0) }, { key: "users", label: "Пользователи", description: "Управление пользователями.", badge: null }, { key: "stop_words", label: "Стоп-слова", description: "Слова, исключаемые из карточки.", badge: null }, + { key: "errors", label: "Ошибки", description: "Журнал ошибок приложения.", badge: null }, { key: "action_log", label: "Журнал", description: "Журнал действий сотрудников.", badge: null }, ] : userRole === "logistician" @@ -182,4 +183,4 @@ export const DashboardPage = () => { {renderActiveSection()} ); -}; +}; \ No newline at end of file