Updated meteor; Fixed AssetTypes add/update/remove.

This commit is contained in:
2023-04-22 13:20:14 -07:00
parent 8196c02b4e
commit 5514cd8d9d
9 changed files with 103 additions and 64 deletions

View File

@@ -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>