From 12aed6457ed639fb4dfe1953a99c308f971ebb60 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Tue, 8 Oct 2019 14:38:15 +0200 Subject: [PATCH] Fix story --- .../ProductVariantCreateDialog/ProductVariantCreate.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/products/components/ProductVariantCreateDialog/ProductVariantCreate.stories.tsx b/src/products/components/ProductVariantCreateDialog/ProductVariantCreate.stories.tsx index 31722b97b..2caf5fba2 100644 --- a/src/products/components/ProductVariantCreateDialog/ProductVariantCreate.stories.tsx +++ b/src/products/components/ProductVariantCreateDialog/ProductVariantCreate.stories.tsx @@ -69,6 +69,7 @@ const props: ProductVariantCreateContentProps = { }, dispatchFormDataAction: () => undefined, errors: [], + onStepClick: () => undefined, step: "values" };