feat(teams): new disapproval workflow, managers can uncheck tasks

This commit is contained in:
Sabe Jones
2021-04-23 15:47:58 -05:00
committed by SabreCat
parent bb9ba61d12
commit a5680836bd
4 changed files with 44 additions and 9 deletions

View File

@@ -222,6 +222,7 @@ export default {
this.$root.$on('habitica:team-sync', () => {
this.loadTasks();
this.loadGroupCompletedTodos();
});
},
methods: {