Fix collection filtering
This commit is contained in:
parent
c17442ae95
commit
13db408919
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export function getFilterOpts(
|
|||
})),
|
||||
[]
|
||||
)
|
||||
: undefined,
|
||||
: [],
|
||||
hasMore: maybe(
|
||||
() => collections.search.result.data.search.pageInfo.hasNextPage,
|
||||
false
|
||||
|
|
Loading…
Reference in a new issue