fix some lint errors
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user