Merge branch 'jz-4-28'

* jz-4-28:
  Remove debug
This commit is contained in:
Jason Zimdars
2025-04-28 22:46:28 +02:00
+1 -3
View File
@@ -27,9 +27,7 @@
data: { controller: "form" } do |form| %>
<%= render "events/filter/all_collections_option", form: form, filter: filter %>
<menu data-filter-target="list" contents>
<% 20.times do %>
<%= render partial: "events/filter/collection_option", collection: Current.user.collections, as: :collection, locals: { form: form, filter: filter } %>
<% end %>
<%= render partial: "events/filter/collection_option", collection: Current.user.collections, as: :collection, locals: { form: form, filter: filter } %>
</menu>
<% end %>