mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix(settings): Undefined user count error
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
36a3050d4e
commit
e59ece9fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ export default {
|
|||
*/
|
||||
count: {
|
||||
type: Number,
|
||||
required: true,
|
||||
default: null,
|
||||
},
|
||||
/**
|
||||
* Identifier of this group
|
||||
|
|
|
|||
Loading…
Reference in a new issue