From 3f55990212ee2cf5db5d0e4e55ef9176cbd08cea Mon Sep 17 00:00:00 2001 From: Matthias Hochmeister Date: Fri, 27 Mar 2026 14:58:04 +0100 Subject: [PATCH] fix: add Katalog sub-item to Bestellungen sidebar navigation --- frontend/src/components/shared/Sidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/shared/Sidebar.tsx b/frontend/src/components/shared/Sidebar.tsx index be7f516..61cc36c 100644 --- a/frontend/src/components/shared/Sidebar.tsx +++ b/frontend/src/components/shared/Sidebar.tsx @@ -118,6 +118,7 @@ const baseNavigationItems: NavigationItem[] = [ subItems: [ { text: 'Übersicht', path: '/bestellungen?tab=0' }, { text: 'Lieferanten', path: '/bestellungen?tab=1' }, + { text: 'Katalog', path: '/bestellungen?tab=2' }, ], permission: 'bestellungen:view', },