Skip to content

Commit

Permalink
fix(form): fix inline form reset value for destoy
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jun 19, 2023
1 parent 072a692 commit dc9420a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const InternalFormItemFunction: React.FC<InternalProps & FormItemProps> = ({
}) => {
return (
<Form.Item
preserve={false}
name={name}
rules={rules}
hasFeedback={false}
Expand Down

0 comments on commit dc9420a

Please sign in to comment.