fix
This commit is contained in:
parent
eb3f6b137f
commit
555acff6b4
@ -173,7 +173,7 @@ export class CalculatedFieldArgumentPanelComponent implements OnInit {
|
|||||||
switch (this.entityId.entityType) {
|
switch (this.entityId.entityType) {
|
||||||
case EntityType.ASSET_PROFILE:
|
case EntityType.ASSET_PROFILE:
|
||||||
return {
|
return {
|
||||||
deviceTypes: [this.entityName],
|
assetTypes: [this.entityName],
|
||||||
type: AliasFilterType.assetType
|
type: AliasFilterType.assetType
|
||||||
};
|
};
|
||||||
case EntityType.DEVICE_PROFILE:
|
case EntityType.DEVICE_PROFILE:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user