clean up description editor progress bar

This commit is contained in:
Sofia Papacharalampous 2024-04-29 14:24:12 +03:00
parent b9f1805bb2
commit aa5235e950
1 changed files with 4 additions and 2 deletions

View File

@ -207,7 +207,9 @@ export class FormProgressIndicationComponent extends BaseComponent implements On
if (validator && validator.required) { if (validator && validator.required) {
return true; return true;
} }
} else { return false } }
return false;
} }
controlEnabled(formControl: AbstractControl) { controlEnabled(formControl: AbstractControl) {