fix: remove wrong loadTask params (#2635)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2635 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
78b765ddc4
commit
f7728e5384
@ -284,7 +284,7 @@ function focusNewTaskInput() {
|
|||||||
function updateTaskList(task: ITask) {
|
function updateTaskList(task: ITask) {
|
||||||
if (isAlphabeticalSorting.value ) {
|
if (isAlphabeticalSorting.value ) {
|
||||||
// reload tasks with current filter and sorting
|
// reload tasks with current filter and sorting
|
||||||
loadTasks(1, undefined, undefined, true)
|
loadTasks()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tasks.value = [
|
tasks.value = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user