Snapshot Selector fixes
This commit is contained in:
@@ -309,8 +309,7 @@ export default function Dashboard() {
|
|||||||
getOptionLabel={(o) => o.label}
|
getOptionLabel={(o) => o.label}
|
||||||
isOptionEqualToValue={(o, v) => o.value === v.value}
|
isOptionEqualToValue={(o, v) => o.value === v.value}
|
||||||
renderInput={(params) => <TextField {...params} placeholder="Select snapshot..." />}
|
renderInput={(params) => <TextField {...params} placeholder="Select snapshot..." />}
|
||||||
sx={{ '& .MuiOutlinedInput-root': { height: 40, py: 0 } }}
|
sx={{ '& .MuiOutlinedInput-root': { height: 'auto', minHeight: '2.5rem', py: 0.5 } }}
|
||||||
size="small"
|
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user