From f4830ac88ec39d9258fd7f384f06f5ad82680950 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Wed, 4 Sep 2019 16:06:03 +0200 Subject: [PATCH] Fix story --- src/storybook/stories/productTypes/ProductTypeDetailsPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storybook/stories/productTypes/ProductTypeDetailsPage.tsx b/src/storybook/stories/productTypes/ProductTypeDetailsPage.tsx index 0fd370515..da2c83493 100644 --- a/src/storybook/stories/productTypes/ProductTypeDetailsPage.tsx +++ b/src/storybook/stories/productTypes/ProductTypeDetailsPage.tsx @@ -22,6 +22,7 @@ const props: Omit = { onAttributeUnassign: () => undefined, onBack: () => undefined, onDelete: () => undefined, + onHasVariantsToggle: () => undefined, onSubmit: () => undefined, pageTitle: productType.name, productAttributeList: listActionsProps,