Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Nov 20, 2024
1 parent de4692e commit 5637e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/list.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
bind:isOpen={isAddOpen}
mode={isEditing ? 'edit' : 'add'}
sourceTask={taskToCopy}
onSave={() => undefined}
on:tasksAdded={async () => {
const allTasks = (await getTasks()) as TaskType[];
const now = new Date();
Expand Down

0 comments on commit 5637e9a

Please sign in to comment.