Commit ea574aa4d867e255253650d507d23c912a1b81fb

Authored by Vladyslav_Prykhodko
Committed by Andrew Shvayka
1 parent 98801038

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
... ...