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,8 +112,10 @@ export default {
}, },
}, },
watch: { watch: {
async groupId () { 'group._id': {
this.loadChallenges(); async groupId () {
this.loadChallenges();
},
}, },
}, },
mounted () { mounted () {