From 13db408919556b5ea975697d67b013a5a87627f5 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 20 Jan 2020 16:23:36 +0100 Subject: [PATCH] Fix collection filtering --- src/products/views/ProductList/filters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/products/views/ProductList/filters.ts b/src/products/views/ProductList/filters.ts index 2916e1414..6ec02cd39 100644 --- a/src/products/views/ProductList/filters.ts +++ b/src/products/views/ProductList/filters.ts @@ -129,7 +129,7 @@ export function getFilterOpts( })), [] ) - : undefined, + : [], hasMore: maybe( () => collections.search.result.data.search.pageInfo.hasNextPage, false