- saving progress;
This commit is contained in:
@@ -18,6 +18,7 @@ import Fileupload from './components/Fileupload';
|
||||
import Table from './components/Table';
|
||||
import PasswordField from './components/PasswordField';
|
||||
import CriteriaTable from './components/CriteriaTable';
|
||||
import FileSelect from './components/FileSelect';
|
||||
|
||||
const FormField = (props) => {
|
||||
const fields = {
|
||||
@@ -35,7 +36,8 @@ const FormField = (props) => {
|
||||
checkboxes: Checkboxes,
|
||||
table: Table,
|
||||
criteria_table: CriteriaTable,
|
||||
password: PasswordField
|
||||
password: PasswordField,
|
||||
fileselect: FileSelect,
|
||||
}
|
||||
const Comp = !isNil(fields[props.type]) ? fields[props.type] : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user