Skip to content

Commit

Permalink
chore: removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OmkarBansod02 committed Dec 16, 2024
1 parent d0ce6ee commit c3ddaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-hook-form/src/useForm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const useForm = <

const { query, onFinish, formLoading, onFinishAutoSave } = useFormCoreResult;

type FormVariablesType = ExtractFormVariables<TVariables>; // Added
type FormVariablesType = ExtractFormVariables<TVariables>;
type SubmissionVariablesType = ExtractSubmissionVariables<TVariables>;

useEffect(() => {
Expand Down

0 comments on commit c3ddaa6

Please sign in to comment.