Commit db2cd265f8d04818a03d0e4d88cecb6ce0517db6

Authored by Igor Kulikov
1 parent 8f54fc39

Minor fix

... ... @@ -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 }
... ...