clean up description editor progress bar
This commit is contained in:
parent
b9f1805bb2
commit
aa5235e950
|
@ -207,7 +207,9 @@ export class FormProgressIndicationComponent extends BaseComponent implements On
|
|||
if (validator && validator.required) {
|
||||
return true;
|
||||
}
|
||||
} else { return false }
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
controlEnabled(formControl: AbstractControl) {
|
||||
|
|
Loading…
Reference in New Issue