fix watcher to update challenges on group change (#13311)

This commit is contained in:
Liza
2021-09-01 20:31:28 -04:00
committed by GitHub
parent 38d035eea6
commit ef5a85c605

View File

@@ -112,10 +112,12 @@ export default {
},
},
watch: {
'group._id': {
async groupId () {
this.loadChallenges();
},
},
},
mounted () {
this.loadChallenges();
},