if selectedpage === 'invites' check if there is any pending invitation, if not, set selectedPage to 'members' (#13315)
This commit is contained in:
@@ -577,6 +577,7 @@ export default {
|
||||
groupId,
|
||||
includeAllPublicFields: true,
|
||||
});
|
||||
if (this.selectedPage === 'invites' && invites.length === 0) this.viewMembers();
|
||||
this.invites = invites;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user