rework internal order system

This commit is contained in:
Matthias Hochmeister
2026-03-24 13:42:04 +01:00
parent 64663c0fe4
commit 90944ca5f6
2 changed files with 15 additions and 4 deletions

View File

@@ -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