Merge branch 'main' of https://github.com/DHBWLoerrach/TIF22A_AnwProjekt_B
This commit is contained in:
@@ -289,7 +289,7 @@ export default function InputForm(p) {
|
|||||||
console.log(moduleUserMapping)
|
console.log(moduleUserMapping)
|
||||||
}}
|
}}
|
||||||
value={index < moduleUserMapping.length && moduleUserMapping[index].userid}>
|
value={index < moduleUserMapping.length && moduleUserMapping[index].userid}>
|
||||||
<option value={-1}>Keine Auswahl</option>
|
<option value={-1}>-</option>
|
||||||
{users.map(user => (
|
{users.map(user => (
|
||||||
<option value={user.id}>{user.firstName} {user.lastName}</option>
|
<option value={user.id}>{user.firstName} {user.lastName}</option>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user