mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(teams): reload completed To Do
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user