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