Skip to content

Commit

Permalink
fix(settings): Undefined user count error
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Sep 13, 2023
1 parent 36a3050 commit e59ece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/src/components/GroupListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
*/
count: {
type: Number,
required: true,
default: null,
},
/**
* Identifier of this group
Expand Down

0 comments on commit e59ece9

Please sign in to comment.