miner fix related to searchQuery (#978)

This commit is contained in:
Shailesh Parmar 2021-10-29 15:00:47 +05:30 committed by GitHub
parent 37758c619e
commit 7e73f2fecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ const ExplorePage: FunctionComponent = () => {
useEffect(() => {
fetchData([
{
queryString: emptyValue,
queryString: searchText,
from: INITIAL_FROM,
size: PAGE_SIZE,
filters: emptyValue,
@ -199,7 +199,7 @@ const ExplorePage: FunctionComponent = () => {
searchIndex: getCurrentIndex(tab),
},
{
queryString: emptyValue,
queryString: searchText,
from: INITIAL_FROM,
size: ZERO_SIZE,
filters: emptyValue,
@ -208,7 +208,7 @@ const ExplorePage: FunctionComponent = () => {
searchIndex: getCurrentIndex(tab),
},
{
queryString: emptyValue,
queryString: searchText,
from: INITIAL_FROM,
size: ZERO_SIZE,
filters: emptyValue,
@ -217,7 +217,7 @@ const ExplorePage: FunctionComponent = () => {
searchIndex: getCurrentIndex(tab),
},
{
queryString: emptyValue,
queryString: searchText,
from: INITIAL_FROM,
size: ZERO_SIZE,
filters: emptyValue,