diff --git a/src/libs/SearchUIUtils.ts b/src/libs/SearchUIUtils.ts index ca422097f8a7..ebaa55c151cb 100644 --- a/src/libs/SearchUIUtils.ts +++ b/src/libs/SearchUIUtils.ts @@ -827,7 +827,6 @@ function getSuggestedSearches( type: CONST.SEARCH.DATA_TYPES.EXPENSE_REPORT, action: CONST.SEARCH.ACTION_FILTERS.EXPORT, exporter: [`${accountID}`], - exportedOn: CONST.SEARCH.DATE_PRESETS.NEVER, }), get searchQueryJSON() { return buildSearchQueryJSON(this.searchQuery);