File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6430,6 +6430,7 @@ const CONST = {
64306430 APPROVE : 'approve' ,
64316431 PAY : 'pay' ,
64326432 EXPORT : 'export' ,
6433+ STATEMENTS : 'statements' ,
64336434 UNAPPROVED : 'unapproved' ,
64346435 UNAPPROVED_CASH : 'unapprovedCash' ,
64356436 UNAPPROVED_COMPANY_CARDS : 'unapprovedCompanyCards' ,
Original file line number Diff line number Diff line change 11import { useMemo } from 'react' ;
2- import { mergeCardListWithWorkspaceFeeds } from '@libs/CardUtils' ;
32import { buildSearchQueryJSON } from '@libs/SearchQueryUtils' ;
43import { createTypeMenuSections } from '@libs/SearchUIUtils' ;
5- import CONST from '@src/CONST' ;
64import ONYXKEYS from '@src/ONYXKEYS' ;
75import useOnyx from './useOnyx' ;
86
Original file line number Diff line number Diff line change @@ -1581,6 +1581,7 @@ function createTypeMenuSections(
15811581
15821582 if ( shouldShowStatementsSuggestion ) {
15831583 accountingSection . menuItems . push ( {
1584+ key : CONST . SEARCH . SUGGESTED_SEARCH_KEYS . STATEMENTS ,
15841585 translationPath : 'search.statements' ,
15851586 type : CONST . SEARCH . DATA_TYPES . EXPENSE ,
15861587 icon : Expensicons . CreditCard ,
You can’t perform that action at this time.
0 commit comments