This commit is contained in:
David Arranz 2024-09-23 20:11:33 +02:00
parent 375e00322c
commit 4c973c0cc6

View File

@ -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>) => {