diff --git a/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.ts b/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.ts index e2c2281c8b..3e6825edff 100644 --- a/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.ts +++ b/ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.ts @@ -298,7 +298,7 @@ export class AttributeTableComponent extends PageComponent implements AfterViewI if ($event) { $event.stopPropagation(); } - if (this.attributeScope === LatestTelemetry.LATEST_TELEMETRY){ + if (this.isClientSideTelemetryTypeMap.get(this.attributeScope)) { return; } const target = $event.target || $event.srcElement || $event.currentTarget;