fix: undo task done from list view

This commit is contained in:
kolaente 2022-02-26 13:18:44 +01:00
parent 7b62a0895d
commit 051dd98ff7
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 7 additions and 4 deletions

View file

@ -299,6 +299,7 @@ export default defineComponent({
break
}
}
// FIXME: Use computed
sortTasks(this.tasks)
},