diff --git a/ui-ngx/src/app/modules/home/components/widget/widget.component.ts b/ui-ngx/src/app/modules/home/components/widget/widget.component.ts index 389c70a96a..a07e94d843 100644 --- a/ui-ngx/src/app/modules/home/components/widget/widget.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/widget.component.ts @@ -1043,7 +1043,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI const entityId = entityInfo ? entityInfo.entityId : null; const entityName = entityInfo ? entityInfo.entityName : null; const entityLabel = entityInfo && entityInfo.entityLabel ? entityInfo.entityLabel : null; - this.handleWidgetAction(event, descriptor, entityId, entityName, null, entityLabel); + this.handleWidgetAction($event, descriptor, entityId, entityName, null, entityLabel); } }); }