From d0b02d762c6ccb5dcee735e3a0142ed1a519226b Mon Sep 17 00:00:00 2001 From: Ludek Novy <13610612+ludeknovy@users.noreply.github.com> Date: Fri, 6 May 2022 08:20:44 +0200 Subject: [PATCH] label trend chart print fix (#256) --- src/app/item-detail/label-trend/label-trend.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/item-detail/label-trend/label-trend.component.ts b/src/app/item-detail/label-trend/label-trend.component.ts index c90ec6b4..f188b935 100644 --- a/src/app/item-detail/label-trend/label-trend.component.ts +++ b/src/app/item-detail/label-trend/label-trend.component.ts @@ -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();