[9834] Fix red error highlighting on product category select label

This commit is contained in:
ijdershem-jf
2022-12-11 17:39:04 -07:00
parent 58fb2ebe29
commit 5e0287d93f

View File

@@ -1,5 +1,5 @@
= f.field_container :primary_taxon do
= f.label :primary_taxon_id, t('.product_category')
= f.label :primary_taxon, t('.product_category')
%span.required *
%br
= f.collection_select(:primary_taxon_id, Spree::Taxon.order(:name), :id, :name, {:include_blank => true}, {:class => "select2 fullwidth"})