Jeremy Gallant
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
packages/web/src/components/Form/DynamicForm.tsx
|
|
|
@ -90,7 +90,6 @@ export function DynamicForm<T extends FieldValues>({ |
|
|
|
? createZodResolver(validationSchema) |
|
|
|
: undefined, |
|
|
|
shouldFocusError: false, |
|
|
|
shouldUnregister: true, |
|
|
|
resetOptions: { keepDefaultValues: true }, |
|
|
|
values, |
|
|
|
}); |
|
|
|
|