fix(teams): reload completed To Do

This commit is contained in:
SabreCat
2022-02-28 16:28:54 -06:00
parent ef6d92e7af
commit 17b93322aa

View File

@@ -281,6 +281,10 @@ export default {
tasks.forEach(task => { tasks.forEach(task => {
this.tasksByType[task.type].push(task); this.tasksByType[task.type].push(task);
}); });
if (this.editingTask && this.editingTask.completed) {
this.loadGroupCompletedTodos();
}
}, },
editTask (task) { editTask (task) {
this.taskFormPurpose = 'edit'; this.taskFormPurpose = 'edit';