File tree Expand file tree Collapse file tree
components/Search/SearchRouter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {sub as dateSubtract} from 'date-fns/sub';
44import Config from 'react-native-config' ;
55import * as KeyCommand from 'react-native-key-command' ;
66import type { ValueOf } from 'type-fest' ;
7- import { SearchFilterKey } from '@components/Search/types' ;
7+ import type { SearchFilterKey } from '@components/Search/types' ;
88import type ResponsiveLayoutResult from '@hooks/useResponsiveLayout/types' ;
99import type { MileageRate } from '@libs/DistanceRequestUtils' ;
1010import BankAccount from '@libs/models/BankAccount' ;
@@ -6255,7 +6255,6 @@ const CONST = {
62556255 TRIP : 'trip' ,
62566256 CHAT : 'chat' ,
62576257 } ,
6258- CONTINUATION_DETECTION_SEARCH_FILTER_KEYS : 'continuationDetectionSearchFilterKeys' ,
62596258 ACTION_FILTERS : {
62606259 APPROVE : 'approve' ,
62616260 PAY : 'pay' ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import Navigation from '@navigation/Navigation';
3434import type { ReportsSplitNavigatorParamList } from '@navigation/types' ;
3535import variables from '@styles/variables' ;
3636import { navigateToAndOpenReport , searchInServer } from '@userActions/Report' ;
37- import CONST , { CONTINUATION_DETECTION_SEARCH_FILTER_KEYS } from '@src/CONST' ;
37+ import CONST , { CONTINUATION_DETECTION_SEARCH_FILTER_KEYS } from '@src/CONST' ;
3838import ONYXKEYS from '@src/ONYXKEYS' ;
3939import ROUTES from '@src/ROUTES' ;
4040import SCREENS from '@src/SCREENS' ;
You can’t perform that action at this time.
0 commit comments