From 821675efb3c4704e2e6b59d608dd434e1a2a1622 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Thu, 26 Sep 2019 12:16:56 +0200 Subject: [PATCH] Fix types --- src/storybook/stories/products/ProductListPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storybook/stories/products/ProductListPage.tsx b/src/storybook/stories/products/ProductListPage.tsx index f9203dac4..e481c0e9f 100644 --- a/src/storybook/stories/products/ProductListPage.tsx +++ b/src/storybook/stories/products/ProductListPage.tsx @@ -34,6 +34,7 @@ const props: ProductListPageProps = { sort: ProductListUrlSortField.name } }, + activeAttributeSortId: undefined, availableInGridAttributes: attributes, defaultSettings: defaultListSettings[ListViews.PRODUCT_LIST], gridAttributes: attributes,