Removed the :selected attribute when the tax category is not required (like original version)

This commit is contained in:
Manuel Gonçalves
2024-12-03 08:54:35 +00:00
parent 980f86ce89
commit 3199118bae

View File

@@ -12,7 +12,6 @@ module Spree
else
{
include_blank: t(:none),
selected: nil
}
end
end