fix: remove wrong loadTask params
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2022-11-04 13:56:03 +01:00
parent f967bcb205
commit 76c4726fdf
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ function focusNewTaskInput() {
function updateTaskList(task: ITask) {
if (isAlphabeticalSorting.value ) {
// reload tasks with current filter and sorting
loadTasks(1, undefined, undefined, true)
loadTasks()
}
else {
tasks.value = [