mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-20 12:54:12 +00:00
fix(teams): reload completed To Do
This commit is contained in:
parent
ef6d92e7af
commit
17b93322aa
1 changed files with 4 additions and 0 deletions
|
|
@ -281,6 +281,10 @@ export default {
|
|||
tasks.forEach(task => {
|
||||
this.tasksByType[task.type].push(task);
|
||||
});
|
||||
|
||||
if (this.editingTask && this.editingTask.completed) {
|
||||
this.loadGroupCompletedTodos();
|
||||
}
|
||||
},
|
||||
editTask (task) {
|
||||
this.taskFormPurpose = 'edit';
|
||||
|
|
|
|||
Loading…
Reference in a new issue