Minor fix

This commit is contained in:
Igor Kulikov 2020-06-08 10:05:21 +03:00
parent 8f54fc3989
commit db2cd265f8

View File

@ -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);
}
});
}