This commit is contained in:
SrGooglo 2023-05-17 16:51:58 +00:00
parent 22c7b61d3f
commit 1342c76261

View File

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