mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Merge pull request #15808 from liaoyinglong/master
Update dynamic-form-item.md
This commit is contained in:
commit
fc8977b627
@ -100,7 +100,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