Skip to content

Commit 8869409

Browse files
committed
📚 Add description (#1706)
1 parent 84cbb3d commit 8869409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/TaskTables/TaskTableBodyCell.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
interface Props {
1313
taskResult: TaskResult;
1414
isLoggedIn: boolean;
15-
onupdate?: (updatedTask: TaskResult) => void;
15+
onupdate?: (updatedTask: TaskResult) => void; // Ensure to update task result in parent component.
1616
}
1717
1818
let { taskResult, isLoggedIn, onupdate = () => {} }: Props = $props();

0 commit comments

Comments
 (0)