all: sync with master
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user