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,