diff --git a/client/src/components/task_form.tsx b/client/src/components/task_form.tsx index c35a88e..7c6b567 100644 --- a/client/src/components/task_form.tsx +++ b/client/src/components/task_form.tsx @@ -101,10 +101,10 @@ export function TaskForm({ userId, onTaskCreated }: TaskFormProps) { return (
setTaskName(e.target.value)} @@ -116,7 +116,7 @@ export function TaskForm({ userId, onTaskCreated }: TaskFormProps) { Description