Skip to content

Commit

Permalink
fix(user menu): fixed company user menu to display all pages (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavanya-bmw authored Oct 16, 2024
1 parent 882999e commit 870a5f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
- **Onboarding Service Provider Management**
- fixed blank page issue in customer overview tab

### Bugfixes

- **User Menu**
- fixed company user menu to display all pages

## 2.3.0-alpha.2

### Change
Expand Down
2 changes: 2 additions & 0 deletions src/types/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ export const userMenuRegistration = [PAGES.LOGOUT]

export const userMenuCompany = [
PAGES.ORGANIZATION,
PAGES.COMPANY_SUBSCRIPTIONS,
PAGES.USER_MANAGEMENT,
PAGES.IDP_MANAGEMENT,
PAGES.CONNECTOR_MANAGEMENT,
Expand All @@ -866,6 +867,7 @@ export const userMenuCompany = [
PAGES.COMPANY_CERTIFICATE,
PAGES.COMPANY_WALLET,
PAGES.COMPANY_DATA,
PAGES.MANAGEMENT_ONBOARDING_SERVICE_PROVIDER,
]

/**
Expand Down

0 comments on commit 870a5f6

Please sign in to comment.