fix(admin-ui): Omit purchasable variant prop on duplicate (#4180)

* fix(admin-ui): Omit purchasable variant prop on duplicate

* Create tall-cougars-juggle.md
This commit is contained in:
Oliver Windall Juhl
2023-05-28 15:54:02 +02:00
committed by GitHub
parent e3cfbcd4a7
commit 5988fa8f4c
2 changed files with 7 additions and 0 deletions
@@ -103,6 +103,7 @@ const useCopyProduct = () => {
"product",
"product_id",
"variant_rank",
"purchasable"
])
const variantBase = Object.entries(rest).reduce((acc, [key, value]) => {