Updated meteor; Fixed AssetTypes add/update/remove.
This commit is contained in:
@@ -62,6 +62,7 @@ const AddAssets = ({assetTypes}) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div>1: Select Asset Types To Add</div>
|
||||
<Box style={cssContainer}>
|
||||
<FormControl style={cssComponent}>
|
||||
<InputLabel id="selectAssetTypesLabel">Available Asset Types</InputLabel>
|
||||
@@ -81,6 +82,7 @@ const AddAssets = ({assetTypes}) => {
|
||||
</Select>
|
||||
</FormControl>
|
||||
</Box>
|
||||
<div>2: Select Asset Type and Enter Asset Data</div>
|
||||
<Box style={cssContainer}>
|
||||
<div style={{maxHeight: '26rem', overflowY:'auto', minWidth: '10rem', minHeight: '10rem'}}>
|
||||
<List>
|
||||
|
||||
Reference in New Issue
Block a user