Update dynamic-form-item.md

delete unnecessary props
This commit is contained in:
廖应龙 2019-04-02 14:33:47 +08:00 committed by GitHub
parent 0bf222c664
commit 065896f53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}