feat: searching from api

This commit is contained in:
Zamitto 2024-09-12 11:12:36 -03:00
parent 262e95e4db
commit 2e82c29f4c
7 changed files with 83 additions and 62 deletions

View file

@ -48,7 +48,7 @@ export function SearchResults() {
.finally(() => {
setIsLoading(false);
});
}, 300);
}, 500);
debouncedFunc.current();
}, [searchParams, dispatch]);