Browse Source

Merge pull request #6128 from ArtemDzhereleiko/bug-fix/ota-autocomplete/default-type-value

[3.3.4] UI: Added default OtaUpdateType
pull/6213/head
Igor Kulikov 5 years ago
committed by GitHub
parent
commit
0266a9703c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/app/shared/components/ota-package/ota-package-autocomplete.component.ts

2
ui-ngx/src/app/shared/components/ota-package/ota-package-autocomplete.component.ts

@ -49,7 +49,7 @@ export class OtaPackageAutocompleteComponent implements ControlValueAccessor, On
modelValue: string | EntityId | null;
private otaUpdateType: OtaUpdateType;
private otaUpdateType: OtaUpdateType = OtaUpdateType.FIRMWARE;
get type(): OtaUpdateType {
return this.otaUpdateType;

Loading…
Cancel
Save