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 b09772d commit d8a4873Copy full SHA for d8a4873
1 file changed
src/hooks/useAutocompleteSuggestions.ts
@@ -49,7 +49,6 @@ type UseAutocompleteSuggestionsParams = {
49
loginList: OnyxEntry<Record<string, unknown>>;
50
policies: NonNullable<OnyxCollection<Policy>>;
51
visibleReportActionsData?: VisibleReportActionsDerivedValue;
52
- sortedActions: Record<string, ReportAction[]> | undefined;
53
currentUserAccountID: number;
54
currentUserEmail: string;
55
personalDetails: OnyxEntry<PersonalDetailsList>;
0 commit comments