mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
resets transaction search even if search text is not empty (#4461)
* resets transaction search even if search text is not empty * added release notes --------- Co-authored-by: Alec Bakholdin <abakho@icims.com>
This commit is contained in:
@@ -317,6 +317,7 @@ export function useTransactionsSearch({
|
||||
resetQuery();
|
||||
setIsSearching(false);
|
||||
} else if (searchText) {
|
||||
resetQuery();
|
||||
updateQuery(previousQuery =>
|
||||
queries.transactionsSearch(previousQuery, searchText, dateFormat),
|
||||
);
|
||||
|
||||
6
upcoming-release-notes/4461.md
Normal file
6
upcoming-release-notes/4461.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [alecbakholdin]
|
||||
---
|
||||
|
||||
Fixed bug where partially erasing search string would not reset search and result in incorrect search results.
|
||||
Reference in New Issue
Block a user