mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 17:54:10 +00:00
fix watcher to update challenges on group change (#13311)
This commit is contained in:
parent
38d035eea6
commit
ef5a85c605
1 changed files with 4 additions and 2 deletions
|
|
@ -112,8 +112,10 @@ export default {
|
|||
},
|
||||
},
|
||||
watch: {
|
||||
async groupId () {
|
||||
this.loadChallenges();
|
||||
'group._id': {
|
||||
async groupId () {
|
||||
this.loadChallenges();
|
||||
},
|
||||
},
|
||||
},
|
||||
mounted () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue