Browse Source

Minor fix

pull/2929/head
Igor Kulikov 6 years ago
parent
commit
db2cd265f8
  1. 2
      ui-ngx/src/app/modules/home/components/widget/widget.component.ts

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

Loading…
Cancel
Save