diff --git a/app/views/admin/products_v3/_variant_row.html.haml b/app/views/admin/products_v3/_variant_row.html.haml index 9c131c77d7..7136d16b79 100644 --- a/app/views/admin/products_v3/_variant_row.html.haml +++ b/app/views/admin/products_v3/_variant_row.html.haml @@ -68,6 +68,6 @@ "data-modal-link-modal-dataset-value": {'data-current-id': variant.id}.to_json } = t('admin.products_page.actions.delete') - else + = f.hidden_field :_destroy %a{ 'data-action': "nested-form#remove" } - = f.hidden_field :_destroy = t('admin.products_page.actions.remove')