Disable 'last hour'
Requires further work in IAPI
This commit is contained in:
parent
855ae15a27
commit
340c883ac7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const TYPES_ADVANCED = {
|
|||
|
||||
const TIME_FILTER = {
|
||||
'': 'None',
|
||||
[SEARCH_OPTIONS.TIME_FILTER_LAST_HOUR]: 'Last Hour',
|
||||
// [SEARCH_OPTIONS.TIME_FILTER_LAST_HOUR]: 'Last Hour', -- disable (doesn't work)
|
||||
[SEARCH_OPTIONS.TIME_FILTER_TODAY]: 'Last 24 Hours',
|
||||
[SEARCH_OPTIONS.TIME_FILTER_THIS_WEEK]: 'This Week',
|
||||
[SEARCH_OPTIONS.TIME_FILTER_THIS_MONTH]: 'This Month',
|
||||
|
|
Loading…
Reference in a new issue