mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix watcher to update challenges on group change (#13311)
This commit is contained in:
@@ -112,8 +112,10 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
async groupId () {
|
'group._id': {
|
||||||
this.loadChallenges();
|
async groupId () {
|
||||||
|
this.loadChallenges();
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
|||||||
Reference in New Issue
Block a user