mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
docs: remove useless code
This commit is contained in:
parent
e459562cdc
commit
eeae03d681
@ -19,12 +19,6 @@ const FormItem = Form.Item;
|
||||
|
||||
let uuid = 0;
|
||||
class DynamicFieldSet extends React.Component {
|
||||
componentWillMount() {
|
||||
this.props.form.setFieldsValue({
|
||||
keys: [0],
|
||||
});
|
||||
}
|
||||
|
||||
remove = (k) => {
|
||||
const { form } = this.props;
|
||||
// can use data-binding to get
|
||||
|
Loading…
Reference in New Issue
Block a user