mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
[bugfix] Fix missing URI in breadcrumbs in Teams view (#93828)
Fix missing URI in breadcrumbs in Teams view
This commit is contained in:
parent
5a5d57311b
commit
59ea63384d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user