Fix story

This commit is contained in:
dominik-zeglen 2019-09-04 16:06:03 +02:00
parent 77f0ae2256
commit f4830ac88e

View file

@ -22,6 +22,7 @@ const props: Omit<ProductTypeDetailsPageProps, "classes"> = {
onAttributeUnassign: () => undefined,
onBack: () => undefined,
onDelete: () => undefined,
onHasVariantsToggle: () => undefined,
onSubmit: () => undefined,
pageTitle: productType.name,
productAttributeList: listActionsProps,