mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Update dynamic-form-item.md
delete unnecessary props
This commit is contained in:
parent
0bf222c664
commit
065896f53b
@ -98,7 +98,6 @@ class DynamicFieldSet extends React.Component {
|
||||
<Icon
|
||||
className="dynamic-delete-button"
|
||||
type="minus-circle-o"
|
||||
disabled={keys.length === 1}
|
||||
onClick={() => this.remove(k)}
|
||||
/>
|
||||
) : null}
|
||||
|
Loading…
Reference in New Issue
Block a user