Fix story

This commit is contained in:
dominik-zeglen 2019-10-08 14:38:15 +02:00
parent 0318074806
commit 12aed6457e

View file

@ -69,6 +69,7 @@ const props: ProductVariantCreateContentProps = {
}, },
dispatchFormDataAction: () => undefined, dispatchFormDataAction: () => undefined,
errors: [], errors: [],
onStepClick: () => undefined,
step: "values" step: "values"
}; };