fix(ui) - reset date range on project change - log

This commit is contained in:
Shekar Siri 2022-08-18 18:45:51 +02:00
parent 79457430f7
commit 65f4c6d91c

View file

@ -26,7 +26,6 @@ function SessionListHeader({ activeTab, count, applyFilter, filter }) {
}, [label]);
const { startDate, endDate, rangeValue } = filter;
console.log('startDate', startDate);
const period = new Record({ start: startDate, end: endDate, rangeName: rangeValue, timezoneOffset: getTimeZoneOffset() });
const onDateChange = (e) => {