rework internal order system
This commit is contained in:
@@ -1185,7 +1185,7 @@ function MeineAnfragenTab() {
|
||||
getOptionLabel={o => o.name}
|
||||
value={newFuerBenutzer}
|
||||
onChange={(_, v) => setNewFuerBenutzer(v)}
|
||||
renderInput={params => <TextField {...params} label="Für wen (optional)" />}
|
||||
renderInput={params => <TextField {...params} label="Für wen (optional)" InputLabelProps={{ ...params.InputLabelProps, shrink: true }} placeholder="Mitglied auswählen..." />}
|
||||
/>
|
||||
)}
|
||||
<TextField
|
||||
|
||||
Reference in New Issue
Block a user