Skip to content

Commit

Permalink
no refetch when task is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
reykjalin committed Jul 20, 2024
1 parent 330e6e6 commit 8dbe179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/src/entrypoints/Tasks.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
await deleteTask(task);
$tasks = await getTasks(selectedTag);
tags = await getTags();
} catch (_) {
$tasks.splice(indexOfTask, 0, task);
Expand Down

0 comments on commit 8dbe179

Please sign in to comment.