mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
Fix prop change handler for guild challenges. (#14169)
Fix props' change handler which is called when guild is changed from notification. Tests: + Guild challenges updated successfully when guild is changed from notification center. Co-authored-by: neel <neel@helpshift.com>
This commit is contained in:
parent
f158852be5
commit
bc4770577a
1 changed files with 2 additions and 4 deletions
|
|
@ -112,10 +112,8 @@ export default {
|
|||
},
|
||||
},
|
||||
watch: {
|
||||
'group._id': {
|
||||
async groupId () {
|
||||
this.loadChallenges();
|
||||
},
|
||||
'group._id': function groupId () {
|
||||
this.loadChallenges();
|
||||
},
|
||||
},
|
||||
mounted () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue