fix(ui) - table drilldown dates

This commit is contained in:
Shekar Siri 2023-01-31 16:11:40 +01:00
parent e136497b6f
commit 2e80852e39

View file

@ -50,7 +50,7 @@ function WidgetChart(props: Props) {
const onChartClick = (event: any) => {
if (event) {
if (isTableWidget || isPieChart) { // get the filter of clicked row
const periodTimestamps = period.toTimestamps()
const periodTimestamps = drillDownPeriod.toTimestamps()
drillDownFilter.merge({
filters: event,
startTimestamp: periodTimestamps.startTimestamp,