fix some lint errors

This commit is contained in:
Romulus21
2024-02-19 08:29:56 +01:00
parent ebfc56eba3
commit d99b94be55
7 changed files with 39 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ const ToDoStore: FC<ToDoStoreProps> = ({setReload}) => {
return <>
{errorLabel()}
<form className="flex" onSubmit={onSubmit}>
<Field name="todo"
<Field name="name"
value={toDo}
classNameForm="flex-1"
className="!mt-0 h-10 rounded-r-none px-2"