Skip to content
Snippets Groups Projects

Resolve "[Onboarding] Écran wifi - Si retour arrière alors marche avant impossible"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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);
Loading