mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-10 14:18:20 +00:00
parent
22db983f40
commit
bf4f80b357
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ export default {
|
|||
});
|
||||
this.group.quest = quest;
|
||||
partyState.data.quest = quest;
|
||||
this.$store.dispatch('party:getMembers', { forceLoad: true });
|
||||
} else {
|
||||
if (!window.confirm(this.$t('sureCancel'))) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue