Minor adjustements

This commit is contained in:
2023-08-17 12:50:16 +02:00
parent 65c77be523
commit e753710964
5 changed files with 28 additions and 3 deletions

View File

@ -23,7 +23,7 @@ export function PropSelect(p: {
<FormControl fullWidth variant="filled" style={{ marginBottom: "15px" }}>
<InputLabel>{p.label}</InputLabel>
<Select
value={p.value}
value={p.value ?? ""}
label={p.label}
onChange={(e) => p.onValueChange(e.target.value)}
>