diff --git a/app/views/events/_filter.html.erb b/app/views/events/_filter.html.erb index 80c6ab48d..d4b0fad0e 100644 --- a/app/views/events/_filter.html.erb +++ b/app/views/events/_filter.html.erb @@ -27,7 +27,7 @@ data: { controller: "form" } do |form| %> <%= render "events/filter/all_collections_option", form: form, filter: filter %> - <%= render partial: "events/filter/collection_option", collection: Current.user.collections, as: :collection, locals: { form: form, filter: filter } %> + <%= render partial: "events/filter/collection_option", collection: Current.user.collections.alphabetically, as: :collection, locals: { form: form, filter: filter } %> <% end %>