Skip to content

Commit

Permalink
fix(rbac): fix rbac tab route (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
debsmita1 authored Feb 16, 2024
1 parent bd88e23 commit 218ab45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@backstage/plugin-search-backend-module-pg": "^0.5.15",
"@backstage/plugin-search-backend-node": "^1.2.10",
"@backstage/plugin-techdocs-backend": "^1.8.0",
"@janus-idp/backstage-plugin-rbac-backend": "^2.0.0",
"@janus-idp/backstage-plugin-rbac-backend": "^2.2.3",
"better-sqlite3": "^9.0.0",
"dockerode": "^4.0.0",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rbac/src/components/RbacPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const RbacPage = ({ useHeader = true }: { useHeader?: boolean }) => (
<Header title="Administration" />
<DeleteDialogContextProvider>
<TabbedLayout>
<TabbedLayout.Route path="/rbac" title="RBAC">
<TabbedLayout.Route path="/" title="RBAC">
<RolesList />
</TabbedLayout.Route>
</TabbedLayout>
Expand Down

0 comments on commit 218ab45

Please sign in to comment.