We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d19ba commit 5176f4bCopy full SHA for 5176f4b
1 file changed
src/hooks/useAutocompleteSuggestions.ts
@@ -22,7 +22,7 @@ import {getUserFriendlyKey, getUserFriendlyValue} from '@libs/SearchQueryUtils';
22
import {getDatePresets, getHasOptions} from '@libs/SearchUIUtils';
23
import CONST, {CONTINUATION_DETECTION_SEARCH_FILTER_KEYS} from '@src/CONST';
24
import ONYXKEYS from '@src/ONYXKEYS';
25
-import type {Beta, CardFeeds, CardList, PersonalDetailsList, Policy, ReportAction} from '@src/types/onyx';
+import type {Beta, CardFeeds, CardList, PersonalDetailsList, Policy} from '@src/types/onyx';
26
import type {VisibleReportActionsDerivedValue} from '@src/types/onyx/DerivedValues';
27
import type {SearchDataTypes} from '@src/types/onyx/SearchResults';
28
import {useCurrencyListState} from './useCurrencyList';
0 commit comments