Commit 5d333ac4 authored by YavorGrancharov's avatar YavorGrancharov
Browse files

fix: admin dashboard custom period throws an error

parent 53a2262d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ export class ChartPanelHeaderComponent implements OnInit, OnDestroy {
		daysDiff: number;
	}>();

	@ViewChild('customDateRangeButton', { static: true })
	@ViewChild('customDateRangeButton', { static: false })
	customDateRangeButton: ElementRef;

	isDateRangeSelected = false;