fix: form unused variable

This commit is contained in:
RizqiSyahrendra 2025-04-25 01:56:08 +07:00
parent 309bef05cd
commit 0344b6a6fc

View File

@ -65,7 +65,6 @@ export const FormBlock: React.FC<
handleSubmit, handleSubmit,
register, register,
reset, reset,
setValue,
} = formMethods; } = formMethods;
const [isLoading, setIsLoading] = useState(false); const [isLoading, setIsLoading] = useState(false);