Merge pull request #15808 from liaoyinglong/master

Update dynamic-form-item.md
This commit is contained in:
偏右 2019-04-03 14:25:09 +08:00 committed by GitHub
commit fc8977b627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,6 @@ class DynamicFieldSet extends React.Component {
<Icon <Icon
className="dynamic-delete-button" className="dynamic-delete-button"
type="minus-circle-o" type="minus-circle-o"
disabled={keys.length === 1}
onClick={() => this.remove(k)} onClick={() => this.remove(k)}
/> />
) : null} ) : null}