1
0

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
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)
},