1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Fix groups table heading label for apps

This commit is contained in:
Andrew Kingston 2022-09-23 16:12:29 +01:00
parent 9e3845cdeb
commit b086a4f31f

View file

@ -43,7 +43,7 @@
$: schema = {
name: {},
users: { sortable: false },
roles: { sortable: false },
roles: { sortable: false, displayName: "Apps" },
}
$: filteredGroups = filterGroups($groups, searchString)