fix: undo task done from list view
This commit is contained in:
parent
7b62a0895d
commit
051dd98ff7
2 changed files with 7 additions and 4 deletions
|
|
@ -299,6 +299,7 @@ export default defineComponent({
|
|||
break
|
||||
}
|
||||
}
|
||||
// FIXME: Use computed
|
||||
sortTasks(this.tasks)
|
||||
},
|
||||
|
||||
|
|
|
|||
Reference in a new issue