Skip to content
Snippets Groups Projects
Commit 21564a54 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files
parents 62e769f5 1c1d6d32
No related branches found
No related tags found
1 merge request!525V2.3.0
......@@ -36,6 +36,7 @@
&::-webkit-progress-value {
background-color: $primary-color;
border-radius: 12px;
transition: width 0.5s;
}
&::-moz-progress-bar {
background-color: $primary-color;
......
......@@ -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