mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 11:32:16 +00:00
fix(challenge): allow members to be loaded correctly, fix #11091
This commit is contained in:
parent
1e3d7acf06
commit
5656b9c6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ export default {
|
|||
this.$root.$emit('habitica:show-member-modal', {
|
||||
challengeId: this.challenge._id,
|
||||
groupId: 'challenge', // @TODO: change these terrible settings
|
||||
group: this.group,
|
||||
group: this.challenge.group,
|
||||
memberCount: this.challenge.memberCount,
|
||||
viewingMembers: this.members,
|
||||
fetchMoreMembers: this.loadMembers,
|
||||
|
|
|
|||
Loading…
Reference in a new issue