mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added icons for viewer and editor, fixed add permission team avatar
This commit is contained in:
@@ -48,7 +48,7 @@ class AddPermissions extends Component<IProps, any> {
|
||||
permissions.newItem.setTeam(null, null);
|
||||
return;
|
||||
}
|
||||
return permissions.newItem.setTeam(team.id, team.name);
|
||||
return permissions.newItem.setTeam(team.id, team.name, team.avatarUrl);
|
||||
}
|
||||
|
||||
permissionPicked(permission: OptionWithDescription) {
|
||||
|
||||
Reference in New Issue
Block a user