Bessere Erkennbarkeit von nicht Zuordnung von Dozenten zu Modulen
This commit is contained in:
@@ -289,7 +289,7 @@ export default function InputForm(p) {
|
||||
console.log(moduleUserMapping)
|
||||
}}
|
||||
value={index < moduleUserMapping.length && moduleUserMapping[index].userid}>
|
||||
<option value={-1}>Keine Auswahl</option>
|
||||
<option value={-1}>-</option>
|
||||
{users.map(user => (
|
||||
<option value={user.id}>{user.firstName} {user.lastName}</option>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user