From d677919b76b642f6f2a4e6cfdb47e85f6b0a7455 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Fri, 31 Jan 2020 14:21:34 +0100 Subject: [PATCH 1/2] Fix crash when one product is selected --- src/products/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/products/index.tsx b/src/products/index.tsx index 2d04e98a0..9db230308 100644 --- a/src/products/index.tsx +++ b/src/products/index.tsx @@ -34,6 +34,7 @@ const ProductList: React.FC> = ({ location }) => { ...qs, categories: getArrayQueryParam(qs.categories), collections: getArrayQueryParam(qs.collections), + ids: getArrayQueryParam(qs.ids), productTypes: getArrayQueryParam(qs.productTypes) }, ProductListUrlSortField From c683191848d88fe19f341578d8c4e33abcce0cd8 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Fri, 31 Jan 2020 14:23:53 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ebcf167..441a948ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ All notable, unreleased changes to this project will be documented in this file. - Fix variant stock input - #377 by @dominik-zeglen - Add filtering to views - #361 by @dominik-zeglen - Do not render password change if authenticating - #378 by @dominik-zeglen +- Fix crash when one product is selected - #391 by @dominik-zeglen ## 2.0.0