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