Fix story
This commit is contained in:
parent
77f0ae2256
commit
f4830ac88e
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ const props: Omit<ProductTypeDetailsPageProps, "classes"> = {
|
||||||
onAttributeUnassign: () => undefined,
|
onAttributeUnassign: () => undefined,
|
||||||
onBack: () => undefined,
|
onBack: () => undefined,
|
||||||
onDelete: () => undefined,
|
onDelete: () => undefined,
|
||||||
|
onHasVariantsToggle: () => undefined,
|
||||||
onSubmit: () => undefined,
|
onSubmit: () => undefined,
|
||||||
pageTitle: productType.name,
|
pageTitle: productType.name,
|
||||||
productAttributeList: listActionsProps,
|
productAttributeList: listActionsProps,
|
||||||
|
|
Loading…
Reference in a new issue