Commit 950f739fcb95425793d9da342f1e2d86f9292068

Authored by Vladyslav_Prykhodko
1 parent a315c85a

UI: Fix update validate component device-credentials after enable component

... ... @@ -148,6 +148,7 @@ export class DeviceCredentialsComponent implements ControlValueAccessor, OnInit,
148 148 } else {
149 149 this.deviceCredentialsFormGroup.enable({emitEvent: false});
150 150 this.updateValidators();
  151 + this.deviceCredentialsFormGroup.updateValueAndValidity();
151 152 }
152 153 }
153 154
... ...