Refactoring

This commit is contained in:
Andre Beging
2025-03-28 17:18:49 +01:00
parent 859b0c3712
commit e19268f3eb
4 changed files with 42 additions and 42 deletions

View File

@@ -30,7 +30,7 @@
@* <Field> *@
@* <FieldLabel>Wer?</FieldLabel> *@
@* <Select TValue="Guid" @bind-SelectedValue="SelectedUser"> *@
@* @foreach (var user in Users ?? new List<User>()) *@
@* @foreach (var user in Users ?? []) *@
@* { *@
@* <SelectItem Value="@user.Id">@user.Name</SelectItem> *@
@* } *@