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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|