We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0329a5f commit 7698ec0Copy full SHA for 7698ec0
app/views/rules/_rule.html.erb
@@ -57,7 +57,7 @@
57
</div>
58
59
<div class="flex items-center gap-4">
60
- <%= styled_form_with model: rule, data: { controller: "auto-submit-form" } do |f| %>
+ <%= styled_form_with model: rule, namespace: "rule_#{rule.id}", data: { controller: "auto-submit-form" } do |f| %>
61
<%= f.toggle :active, { data: { auto_submit_form_target: "auto" } } %>
62
<% end %>
63
<%= render DS::Menu.new do |menu| %>
0 commit comments