mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-17 17:32:22 +00:00
added searchMembers to getMembers() (#13583)
This commit is contained in:
parent
4f07075159
commit
686d0b05d2
1 changed files with 2 additions and 0 deletions
|
|
@ -571,6 +571,8 @@ export default {
|
|||
async getMembers () {
|
||||
this.members = this.$store.state.memberModalOptions.viewingMembers;
|
||||
|
||||
await this.searchMembers('');
|
||||
|
||||
const { groupId } = this;
|
||||
if (groupId && groupId !== 'challenge') {
|
||||
const invites = await this.$store.dispatch('members:getGroupInvites', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue