fix: form unused variable
This commit is contained in:
parent
309bef05cd
commit
0344b6a6fc
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user