Update event name

The event name has changed in the official release.
This commit is contained in:
David Cook
2024-03-25 11:01:23 +11:00
parent 51404f4d66
commit 6b2c54a25e

View File

@@ -55,7 +55,7 @@
= form.fields_for("products", product, index: product_index) do |product_form|
%tbody.relaxed.naked_inputs{ data: { 'record-id': product_form.object.id,
controller: "nested-form",
action: 'nested-form:add->bulk-form#registerElements' } }
action: 'rails-nested-form:add->bulk-form#registerElements' } }
%tr
= render partial: 'product_row', locals: { product:, f: product_form }