({ fields })
| 105 | props.onChange(all); |
| 106 | }, |
| 107 | mapPropsToFields({ fields }) { |
| 108 | return fields; |
| 109 | }, |
| 110 | })(class extends React.Component { |
| 111 | render() { |
| 112 | const { getFieldProps } = this.props.form; |
nothing calls this directly
no test coverage detected