Fix MUI warning

This commit is contained in:
Ingo Oppermann 2023-09-29 14:01:11 +02:00
parent 92059f7579
commit 5223e27079
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -70,7 +70,7 @@ export default function Component(props) {
{$value.isCustom === true ? (
<React.Fragment>
<Grid item xs={6}>
<FormControl variant={props.variant} fullWidth MenuProps={{ disableScrollLock: true }}>
<FormControl variant={props.variant} fullWidth>
<InputLabel>{props.label}</InputLabel>
<Select
value={$value.isCustom === false ? $value.value : props.customKey}