Skip to content

Commit ca3cc29

Browse files
tyler-daneCopilot
andauthored
Update packages/web/src/views/Today/components/Task/Task.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 12b1f93 commit ca3cc29

File tree

1 file changed

+1
-1
lines changed
  • packages/web/src/views/Today/components/Task

1 file changed

+1
-1
lines changed

packages/web/src/views/Today/components/Task/Task.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const Task = ({
6666
aria-label={`Edit ${task.title}`}
6767
data-task-id={task.id}
6868
id={`task-input-${task.id}`}
69-
name="task-title"
69+
name={`task-title-${task.id}`}
7070
className={`text-white-100 w-full bg-transparent text-sm outline-none ${
7171
isEditing
7272
? "border-b border-white/20"

0 commit comments

Comments
 (0)