diff --git a/web/projects/ui/src/app/routes/portal/components/form/controls/select.component.ts b/web/projects/ui/src/app/routes/portal/components/form/controls/select.component.ts index fcbd350f4..c91cc25e1 100644 --- a/web/projects/ui/src/app/routes/portal/components/form/controls/select.component.ts +++ b/web/projects/ui/src/app/routes/portal/components/form/controls/select.component.ts @@ -48,7 +48,7 @@ import { HintPipe } from '../pipes/hint.pipe' } @if (!mobile) { - @for (item of items; track $index) { + @for (item of items; track item) {