| 239 | |
| 240 | export default function withFileControl({ forImage } = {}) { |
| 241 | return class FileControl extends React.Component { |
| 242 | static propTypes = { |
| 243 | field: PropTypes.object.isRequired, |
| 244 | getAsset: PropTypes.func.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected