all: sync with master

This commit is contained in:
Eugene Burkov
2025-03-20 18:30:28 +03:00
parent bd16eee509
commit ef7d71dd67
8 changed files with 56 additions and 42 deletions

View File

@@ -62,7 +62,7 @@ export const Form = ({ className, setIsLoading }: Props) => {
if (searchUrlParam !== searchValue) {
setValue('search', searchUrlParam ? searchUrlParam.toString() : '');
}
}, [history.location.search, setValue, searchValue]);
}, [history.location.search]);
const onInputClear = async () => {
setIsLoading(true);