diff --git a/src/app/features/administration/form/steps/step-four/step-four.component.ts b/src/app/features/administration/form/steps/step-four/step-four.component.ts index 4f047bbe..b39348d6 100644 --- a/src/app/features/administration/form/steps/step-four/step-four.component.ts +++ b/src/app/features/administration/form/steps/step-four/step-four.component.ts @@ -74,7 +74,7 @@ export class StepFourComponent implements OnInit { } focusOnChoice(index): void { - const selector = '#choice_label_' + index; + const selector = '#dateChoices_' + index; const elem = this.document.querySelector(selector); if (elem) { elem.focus();