mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 01:50:33 -04:00
parent
61ee72a89d
commit
4658d69e64
1 changed files with 1 additions and 0 deletions
|
|
@ -314,6 +314,7 @@ export default {
|
|||
|
||||
// group name
|
||||
item.text = group.name;
|
||||
item.title = group.name;
|
||||
|
||||
// users count for all groups
|
||||
if (group.usercount - group.disabled > 0 || group.usercount === -1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue