Skip to content

Commit

Permalink
label trend chart print fix (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored May 6, 2022
1 parent cee6faf commit d0b02d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/item-detail/label-trend/label-trend.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class LabelTrendComponent {


open(content) {
this.modalService.open(content, { size: "xl", windowClass: "label-modal" }).result
this.modalService.open(content, { size: "xl", windowClass: "label-modal d-print-none" }).result
.then((_) => { this.labelChartOption = null; }, () => { this.labelChartOption = null; });
this.fetchTrendData();

Expand Down

0 comments on commit d0b02d7

Please sign in to comment.