app/components/koi/content/editor/item_form_component.html.erb in katalyst-koi-4.5.0 vs app/components/koi/content/editor/item_form_component.html.erb in katalyst-koi-4.5.1
- old
+ new
@@ -1,5 +1,5 @@
-<%= form_with model:, scope: :item, url:, builder: do |form| %>
+<%= form_with model:, scope: :item, url:, builder:, **html_attributes do |form| %>
<%= form.hidden_field :container_type %>
<%= form.hidden_field :container_id %>
<%= form.hidden_field :type %>
<%= content %>