We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476b665 commit ffa4fe8Copy full SHA for ffa4fe8
frontend/express/public/core/user-management/javascripts/countly.views.js
@@ -879,7 +879,7 @@
879
// if it's in edit mode
880
if (this.settings.editMode) {
881
// is user member of a group?
882
- if (this.user.group_id && countlyGlobal.plugins.indexOf('groups') > -1) {
+ if (this.user.group_id && this.user.group_id.length && countlyGlobal.plugins.indexOf('groups') > -1) {
883
// set groups state
884
if (Array.isArray(this.user.group_id)) {
885
this.groups = this.user.group_id;
0 commit comments