diff --git a/assets/js/blocks/migration-products-to-product-collection/migration-from-product-collection-to-products.ts b/assets/js/blocks/migration-products-to-product-collection/migration-from-product-collection-to-products.ts index 722969f2d59..6c55cf0d981 100644 --- a/assets/js/blocks/migration-products-to-product-collection/migration-from-product-collection-to-products.ts +++ b/assets/js/blocks/migration-products-to-product-collection/migration-from-product-collection-to-products.ts @@ -35,7 +35,6 @@ const mapAttributes = ( attributes ) => { woocommerceOnSale, woocommerceHandPickedProducts, taxQuery, - parents, isProductCollectionBlock, ...restQuery } = query; diff --git a/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts b/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts index dca5dd9d6d2..c617a6f4a01 100644 --- a/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts +++ b/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts @@ -49,7 +49,6 @@ const mapAttributes = ( attributes: Record< string, unknown > ) => { woocommerceOnSale: __woocommerceOnSale, woocommerceHandPickedProducts: include, taxQuery: {}, - parents: [], isProductCollectionBlock: true, ...restQuery, },