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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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