mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
format
This commit is contained in:
parent
4c4fbfb0ae
commit
871f0a3c33
@ -132,7 +132,9 @@ export default (props) => {
|
||||
React.useEffect(() => {
|
||||
const timer = setTimeout(async () => {
|
||||
setLoading(true)
|
||||
|
||||
await makeSearch(searchValue)
|
||||
|
||||
setLoading(false)
|
||||
}, 400)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user