Fix groups table heading label for apps
This commit is contained in:
parent
39a3a478b7
commit
587117064c
|
@ -43,7 +43,7 @@
|
|||
$: schema = {
|
||||
name: {},
|
||||
users: { sortable: false },
|
||||
roles: { sortable: false },
|
||||
roles: { sortable: false, displayName: "Apps" },
|
||||
}
|
||||
$: filteredGroups = filterGroups($groups, searchString)
|
||||
|
||||
|
|
Loading…
Reference in New Issue