fix(ui) - reset date range on project change - log
This commit is contained in:
parent
79457430f7
commit
65f4c6d91c
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue