[bugfix] Fix missing URI in breadcrumbs in Teams view (#93828)

Fix missing URI in breadcrumbs in Teams view
This commit is contained in:
Claudiu Dragalina-Paraipan
2024-09-26 17:41:56 +03:00
committed by GitHub
parent 5a5d57311b
commit 59ea63384d
+1 -1
View File
@@ -23,7 +23,7 @@ export function buildNavModel(team: Team): NavModelItem {
img: team.avatarUrl,
id: 'team-' + team.id,
subTitle: 'Manage members and settings',
url: '',
url: `org/teams/edit/${team.id}`,
text: team.name,
children: [
// With RBAC this tab will always be available (but not always editable)