diff --git a/app/assets/javascripts/admin/bulk_product_update.js.coffee b/app/assets/javascripts/admin/bulk_product_update.js.coffee index 0f3d698d7e..d48743528b 100644 --- a/app/assets/javascripts/admin/bulk_product_update.js.coffee +++ b/app/assets/javascripts/admin/bulk_product_update.js.coffee @@ -311,6 +311,7 @@ productsApp.controller "AdminBulkProductsCtrl", [ if product.variants for variant in product.variants delete variant.unit_value_with_description + # If we end up live-updating this field, we might want to reinstate its verification here delete variant.options_text products_filtered