Access Control: use role groups in role picker (#41912)

* use role groups in role picker UI

* Update public/app/core/components/RolePicker/RolePickerMenu.tsx

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
This commit is contained in:
Ieva
2021-11-19 08:52:16 +00:00
committed by GitHub
parent da5327ea14
commit 11f133b406
2 changed files with 2 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ export interface Role {
name: string;
displayName: string;
description: string;
group: string;
global: boolean;
version: number;
created: string;