Skip to content

Commit

Permalink
Merge pull request #621 from pagopa/hotfix/fix-summary-e-service
Browse files Browse the repository at this point in the history
Hotfix: fix summary e-service permission for api operator
  • Loading branch information
ruggerocastagnola authored Oct 24, 2023
2 parents 3d5d958 + 31ffbc6 commit 0b71ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interop-dashboard-frontend",
"version": "1.0.38",
"version": "1.0.39",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/router/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const { routes, reactRouterDOMRoutes, hooks, components, utils } = new In
element: <ProviderEServiceSummaryPage />,
public: false,
hideSideNav: true,
authLevels: ['admin'],
authLevels: ['admin', 'api'],
})
.addRoute({
key: 'PROVIDE_ESERVICE_MANAGE',
Expand Down

0 comments on commit 0b71ff9

Please sign in to comment.