mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Ensure leader is set (#10390)
This commit is contained in:
parent
6ef45a7fd2
commit
6c9ff3e8ed
1 changed files with 2 additions and 0 deletions
|
|
@ -331,6 +331,8 @@ export default {
|
|||
|
||||
this.workingGroup.onlyLeaderCreatesChallenges = editingGroup.leaderOnly.challenges;
|
||||
|
||||
this.workingGroup.leader = editingGroup.leader;
|
||||
|
||||
if (editingGroup._id) this.getMembers();
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue