Fix collection filtering

This commit is contained in:
dominik-zeglen 2020-01-20 16:23:36 +01:00
parent c17442ae95
commit 13db408919

View file

@ -129,7 +129,7 @@ export function getFilterOpts(
})), })),
[] []
) )
: undefined, : [],
hasMore: maybe( hasMore: maybe(
() => collections.search.result.data.search.pageInfo.hasNextPage, () => collections.search.result.data.search.pageInfo.hasNextPage,
false false