diff --git a/src/components/Search/index.tsx b/src/components/Search/index.tsx index 26a8eda50c60..e73e6ce1cef2 100644 --- a/src/components/Search/index.tsx +++ b/src/components/Search/index.tsx @@ -892,6 +892,7 @@ function Search({ } const onSortPress = (column: SearchColumnType, order: SortOrder) => { + clearSelectedTransactions(); const newQuery = buildSearchQueryString({...queryJSON, sortBy: column, sortOrder: order}); onSortPressedCallback?.(); navigation.setParams({q: newQuery});