UI: Refactoring
This commit is contained in:
parent
76c39b6d0b
commit
3a97faeb17
@ -31,7 +31,7 @@ import { OtaPackageService } from '@core/http/ota-package.service';
|
||||
import { PageLink } from '@shared/models/page/page-link';
|
||||
import { Direction } from '@shared/models/page/sort-order';
|
||||
import { emptyPageData } from '@shared/models/page/page-data';
|
||||
import { getEntityDetailsPageURL, isDefinedAndNotNull } from '@core/utils';
|
||||
import { getEntityDetailsPageURL } from '@core/utils';
|
||||
import { AuthUser } from '@shared/models/user.model';
|
||||
import { getCurrentAuthUser } from '@core/auth/auth.selectors';
|
||||
import { Authority } from '@shared/models/authority.enum';
|
||||
@ -77,7 +77,7 @@ export class OtaPackageAutocompleteComponent implements ControlValueAccessor, On
|
||||
if (this.deviceProfile) {
|
||||
this.reset();
|
||||
}
|
||||
this.deviceProfile = value ? value :NULL_UUID;
|
||||
this.deviceProfile = value ? value : NULL_UUID;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user