Fix
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-08-19 20:07:35 +02:00
parent c55862e57c
commit fef1b70b2c
5 changed files with 49 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ import { FaDeleteLeft } from "react-icons/fa6"
import { TodosState } from "./TodosState.service"
const StringTextAreaInput = TextAreaInput(Schema.String)
const StringTextAreaInput = TextAreaInput({ schema: Schema.String })
const OptionalDateInput = TextFieldInput({ optional: true, schema: Schema.DateTimeUtc })
const makeTodo = makeUuid4.pipe(