Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair committed Apr 24, 2024
1 parent 9c8eba3 commit 0f949bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Form: React.ForwardRefRenderFunction<FormInstance, FormProps> = (
});
setCallbacks({
onValuesChange,
onFieldsChange: (changedFields: FieldData[], ...rest) => {
onFieldsChange: (changedFields, ...rest) => {
formContext.triggerFormChange(name, changedFields);

if (onFieldsChange) {
Expand Down

0 comments on commit 0f949bf

Please sign in to comment.