Skip to content

Commit

Permalink
Rename our refine support controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Dec 6, 2023
1 parent 9aec136 commit e9eb7fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<% box.table do %>
<% if @refine_filter %>
<div class="px-8 py-2">
<%= form_with method: :get, data: { controller: "starter_form", action: "filter-submit-success->starter_form#requestSubmit", turbo_frame: "tangible_things_table" } do |form| %>
<%= form_with method: :get, data: { controller: "refine-support--form", action: "filter-submit-success->refine-support--form#requestSubmit", turbo_frame: "tangible_things_table" } do |form| %>
<%= form.hidden_field :stable_id, value: @refine_stable_id %>
<%= render "refine/inline/filters/show" %>
<% end %>
Expand Down

0 comments on commit e9eb7fd

Please sign in to comment.