Disable 'last hour'

Requires further work in IAPI
This commit is contained in:
infinite-persistence 2021-03-30 21:43:50 +08:00 committed by Sean Yesmunt
parent 855ae15a27
commit 340c883ac7

View file

@ -23,7 +23,7 @@ const TYPES_ADVANCED = {
const TIME_FILTER = { const TIME_FILTER = {
'': 'None', '': '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_TODAY]: 'Last 24 Hours',
[SEARCH_OPTIONS.TIME_FILTER_THIS_WEEK]: 'This Week', [SEARCH_OPTIONS.TIME_FILTER_THIS_WEEK]: 'This Week',
[SEARCH_OPTIONS.TIME_FILTER_THIS_MONTH]: 'This Month', [SEARCH_OPTIONS.TIME_FILTER_THIS_MONTH]: 'This Month',