UI: Refactoring

This commit is contained in:
Artem Dzhereleiko 2024-12-09 10:17:25 +02:00
parent 3a97faeb17
commit b906f42442

View File

@ -77,7 +77,7 @@ export class OtaPackageAutocompleteComponent implements ControlValueAccessor, On
if (this.deviceProfile) { if (this.deviceProfile) {
this.reset(); this.reset();
} }
this.deviceProfile = value ? value : NULL_UUID; this.deviceProfile = value ?? NULL_UUID;
} }
} }