mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: remove unused
This commit is contained in:
parent
dda76c34ef
commit
2776452046
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
const { form, errors, handleSubmit, handleChange, updateValidateField } = createForm({
|
||||
const { form, errors, handleSubmit, handleChange } = createForm({
|
||||
initialValues: formInitialValues,
|
||||
validationSchema: formValidationSchema,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue