dev #11

Merged
RizqiSyahrendra merged 4 commits from dev into main 2025-04-24 18:57:54 +00:00
Showing only changes of commit 0344b6a6fc - Show all commits

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);