Fix requesting longer time periods and revert time range regression
This commit is contained in:
@@ -2,12 +2,12 @@ export const TIME_RANGES = [
|
||||
{ value: 'today', label: 'Today' },
|
||||
{ value: 'yesterday', label: 'Yesterday' },
|
||||
{ value: 'last7days', label: 'Last 7 Days' },
|
||||
{ value: 'last14days', label: 'Last 14 Days' },
|
||||
{ value: 'last30days', label: 'Last 30 Days' },
|
||||
{ value: 'last90days', label: 'Last 90 Days' },
|
||||
{ value: 'monthToDate', label: 'Month to Date' },
|
||||
{ value: 'quarterToDate', label: 'Quarter to Date' },
|
||||
{ value: 'yearToDate', label: 'Year to Date' },
|
||||
{ value: 'thisWeek', label: 'This Week' },
|
||||
{ value: 'lastWeek', label: 'Last Week' },
|
||||
{ value: 'thisMonth', label: 'This Month' },
|
||||
{ value: 'lastMonth', label: 'Last Month' }
|
||||
];
|
||||
|
||||
export const GROUP_BY_OPTIONS = [
|
||||
|
||||
Reference in New Issue
Block a user