Loading packages/admin-web-angular/src/app/pages/+dashboard/charts-panel/chart-panel-header/chart-panel-header.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ export class ChartPanelHeaderComponent implements OnInit, OnDestroy { daysDiff: number; }>(); @ViewChild('customDateRangeButton', { static: true }) @ViewChild('customDateRangeButton', { static: false }) customDateRangeButton: ElementRef; isDateRangeSelected = false; Loading Loading
packages/admin-web-angular/src/app/pages/+dashboard/charts-panel/chart-panel-header/chart-panel-header.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ export class ChartPanelHeaderComponent implements OnInit, OnDestroy { daysDiff: number; }>(); @ViewChild('customDateRangeButton', { static: true }) @ViewChild('customDateRangeButton', { static: false }) customDateRangeButton: ElementRef; isDateRangeSelected = false; Loading