Skip to content

Commit

Permalink
fix: ditch preserve false in form component
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Dec 20, 2023
1 parent 2d257f7 commit 6b29dd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/form/Form/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const Form = (props: FormProps) => {
onFieldsChange?.();
}}
component={false}
preserve={false}
>
{children}
</AntForm>
Expand Down

0 comments on commit 6b29dd0

Please sign in to comment.