@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user