This commit is contained in:
SrGooglo 2023-05-17 16:51:58 +00:00
parent 4c4fbfb0ae
commit 871f0a3c33

View File

@ -132,7 +132,9 @@ export default (props) => {
React.useEffect(() => {
const timer = setTimeout(async () => {
setLoading(true)
await makeSearch(searchValue)
setLoading(false)
}, 400)