Add missing contact information

This commit is contained in:
2023-08-11 11:31:33 +02:00
parent 7d97909d06
commit 501f36e7ca
2 changed files with 36 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export function PropSelect(p: {
return <PropEdit label={p.label} editable={p.editing} value={value} />;
}
return (
<FormControl fullWidth variant="filled">
<FormControl fullWidth variant="filled" style={{ marginBottom: "15px" }}>
<InputLabel>{p.label}</InputLabel>
<Select
value={p.value}