Skip to content

Commit d4645bf

Browse files
authored
Merge pull request Expensify#69441 from Expensify/jsenyitko-enable-total-calculation
Add total calculations to TODO suggested searches
2 parents d6f3afc + e7a66c5 commit d4645bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/Search/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ function Search({queryJSON, searchResults, onSearchListScroll, contentContainerS
249249
}
250250

251251
const eligibleSearchKeys: Partial<SearchKey[]> = [
252+
CONST.SEARCH.SEARCH_KEYS.SUBMIT,
253+
CONST.SEARCH.SEARCH_KEYS.APPROVE,
254+
CONST.SEARCH.SEARCH_KEYS.PAY,
255+
CONST.SEARCH.SEARCH_KEYS.EXPORT,
252256
CONST.SEARCH.SEARCH_KEYS.STATEMENTS,
253257
CONST.SEARCH.SEARCH_KEYS.UNAPPROVED_CASH,
254258
CONST.SEARCH.SEARCH_KEYS.UNAPPROVED_CARD,

0 commit comments

Comments
 (0)