(fields, option)
| 14 | } |
| 15 | |
| 16 | const defaultUIRender = (fields, option) => { |
| 17 | return fields.map(field => fieldBuilder(field, option)) |
| 18 | } |
| 19 | |
| 20 | const objectBuilder = (fields, render, option) => { |
| 21 | const fields_defined = app.get('form_fields') |
nothing calls this directly
no test coverage detected