fix(hooks): usage of useForm

This commit is contained in:
Divlo
2022-08-26 00:30:54 +02:00
parent 17656c149a
commit a2edafdc22
7 changed files with 103 additions and 104 deletions

View File

@ -3,7 +3,8 @@ import Ajv from 'ajv'
export const ajv = addFormats(
new Ajv({
allErrors: true
allErrors: true,
verbose: true
}),
[
'date-time',