Remove unused variable formState
This commit is contained in:
@@ -45,7 +45,7 @@ export default function Index() {
|
|||||||
id: router.query.id as string,
|
id: router.query.id as string,
|
||||||
});
|
});
|
||||||
|
|
||||||
const { handleSubmit, watch, setValue, formState, reset } = useForm<ContactValues>({
|
const { handleSubmit, watch, setValue, reset } = useForm<ContactValues>({
|
||||||
resolver: zodResolver(ContactSchemas.manage),
|
resolver: zodResolver(ContactSchemas.manage),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user