Browse Source

UI: Added default OtaUpdateType

pull/6128/head
ArtemDzhereleiko 4 years ago
parent
commit
c438de58fa
  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