Browse Source

fix

pull/12591/head
mpetrov 1 year ago
parent
commit
555acff6b4
  1. 2
      ui-ngx/src/app/modules/home/components/calculated-fields/components/panel/calculated-field-argument-panel.component.ts

2
ui-ngx/src/app/modules/home/components/calculated-fields/components/panel/calculated-field-argument-panel.component.ts

@ -173,7 +173,7 @@ export class CalculatedFieldArgumentPanelComponent implements OnInit {
switch (this.entityId.entityType) {
case EntityType.ASSET_PROFILE:
return {
deviceTypes: [this.entityName],
assetTypes: [this.entityName],
type: AliasFilterType.assetType
};
case EntityType.DEVICE_PROFILE:

Loading…
Cancel
Save