Reorganize app pages (#73)
* Update layout and menus * Add breadcrumbs Add menu icons Add ECU drop down * Implement submenu Update download progress * revamped dashboard section - failing app.test.js * Clean up Co-authored-by: Drew Taylor <dtaylor@fiskerinc.com>
This commit is contained in:
@@ -27,6 +27,15 @@ const DataDisplay = ({ data, option, onDelete }) => {
|
||||
<DeleteIcon />
|
||||
</Link>
|
||||
);
|
||||
} else if (option.control) {
|
||||
return (
|
||||
<option.control
|
||||
id={option.field}
|
||||
name={option.field}
|
||||
value={text}
|
||||
changeHandler={onChange}
|
||||
></option.control>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user