1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-01-09 13:33:37 +01:00
This commit is contained in:
mihaisc 2020-05-06 15:32:05 +03:00
parent 32e6a32bb6
commit 65a0798f4b

View File

@ -55,7 +55,7 @@ function useSearch(): UseSearch {
created: -1
}
} as SearchQuery
return await searchQuery(query)
} catch (error) {
setSearchError(error.message)