Skip to content

Commit

Permalink
remove maxRecentOptionsToShow
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Dec 4, 2024
1 parent 2eaeaf4 commit 8c98f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Search/SearchFiltersChatsSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function SearchFiltersChatsSelector({initialReportIDs, onFiltersUpdate, isScreen
return OptionsListUtils.filterAndOrderOptions(defaultOptions, cleanSearchTerm, {
selectedOptions,
excludeLogins: CONST.EXPENSIFY_EMAILS,
maxRecentReportsToShow: 0,
});
}, [defaultOptions, cleanSearchTerm, selectedOptions]);

Expand Down

0 comments on commit 8c98f84

Please sign in to comment.