Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -1043,7 +1043,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI |
1043 | 1043 | const entityId = entityInfo ? entityInfo.entityId : null; |
1044 | 1044 | const entityName = entityInfo ? entityInfo.entityName : null; |
1045 | 1045 | const entityLabel = entityInfo && entityInfo.entityLabel ? entityInfo.entityLabel : null; |
1046 | - this.handleWidgetAction(event, descriptor, entityId, entityName, null, entityLabel); | |
1046 | + this.handleWidgetAction($event, descriptor, entityId, entityName, null, entityLabel); | |
1047 | 1047 | } |
1048 | 1048 | }); |
1049 | 1049 | } | ... | ... |