fix: add Katalog sub-item to Bestellungen sidebar navigation
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user