Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroudnitski committed Feb 1, 2024
1 parent c234bab commit 11b4d83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/components/sn_filterable/main_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
"class": "relative",
"@submit": "filtersLoading = true" do %>
<% @extra_params.each do |k, v| %>
<%= content_tag :input, "",
class: "hidden",
type: "hidden",
value: v,
name: k %>
<%= content_tag :input, "", class: "hidden", type: "hidden", value: v, name: k %>
<% end %>
<div class="absolute w-full h-full pointer-events-none">
<div class="absolute flex flex-col sm:grid sm:grid-cols-3 gap-4 w-full pointer-events-none">
Expand Down

0 comments on commit 11b4d83

Please sign in to comment.