UI: Refactoring
This commit is contained in:
parent
3a97faeb17
commit
b906f42442
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user