.
This commit is contained in:
parent
375e00322c
commit
4c973c0cc6
@ -73,7 +73,7 @@ export const SettingsEditor = () => {
|
||||
),*/
|
||||
});
|
||||
|
||||
const { formState, reset, getValues, handleSubmit, setValue } = form;
|
||||
const { formState, reset, getValues, handleSubmit } = form;
|
||||
const { isSubmitting, isDirty } = formState;
|
||||
|
||||
const handleLogoChange = (e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user