diff --git a/admin/app/components/solidus_admin/ui/table/component.html.erb b/admin/app/components/solidus_admin/ui/table/component.html.erb index 74ab0aea116..5c0b6b691b3 100644 --- a/admin/app/components/solidus_admin/ui/table/component.html.erb +++ b/admin/app/components/solidus_admin/ui/table/component.html.erb @@ -10,81 +10,81 @@ > <% toolbar_classes = "h-14 p-2 bg-white border-b border-gray-100 justify-start items-center gap-2 visible:flex hidden:hidden" %> -
-target="searchToolbar"> - <%= form_with( - url: @search_url, - method: :get, - html: { - id: search_form_id, - class: 'flex-grow', - "data-turbo-frame": table_frame_id, - "data-turbo-action": "replace", - "data-#{stimulus_id}-target": "searchForm", - "data-action": "reset->#{stimulus_id}#search", - }, - ) do |form| %> - - <% end %> - -
- <%= render @button_component.new( - text: t('.cancel'), - scheme: :ghost, - "data-action": "#{stimulus_id}#cancelSearch", - ) %> -
-
- - <% if @filters.any? %> -
-target="filterToolbar"> -
<%= t('.refine_search') %>:
- <% @filters.each do |filter| %> -