Skip to content
Snippets Groups Projects
Commit 074e8b71 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(onboarding): freewifi screen is not validated when using prev/next buttons

parent f1ab28cc
No related branches found
No related tags found
2 merge requests!525V2.3.0,!496Resolve "[Onboarding] Écran wifi - Si retour arrière alors marche avant impossible"
......@@ -15,7 +15,7 @@ export class StructureWifiComponent implements OnInit {
public formUtils = new formUtils();
ngOnInit(): void {
if (this.isEditMode) this.validateForm.emit();
this.validateForm.emit();
}
public isInArray(formControlName: string, term: string): boolean {
return this.formUtils.isInCategoryArray(term, formControlName, this.structureForm);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment