diff options
Diffstat (limited to 'config/menuConfig.ts')
| -rw-r--r-- | config/menuConfig.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 948ef20e..e24a283b 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -511,6 +511,11 @@ export const mainNav: MenuSection[] = [ href: '/evcp/page-visits', groupKey: 'groups.access_history', }, + { + titleKey: 'menu.information_system.change_vendor', + href: '/evcp/change-vendor', + groupKey: 'groups.menu', + }, ], }, ]; |
