update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / redundancy / src / dashboard / utils / utils.js
1 import Input from 'widgets/form_controls/input.jsx';
2
3 var componentMap = {
4 leaf: {
5 component: 'input'
6 }
7 }
8
9 function buildFormElements (schema, onChange) {
10 var elements = [];
11 schema.map(function(s, i) {
12
13 })
14 }