Remove search from release dropdown

Not using it, and it breaks styles
This commit is contained in:
Claudio Ortolina
2025-05-25 18:33:42 +01:00
parent efdc7ca7f1
commit d94ebe3095
@@ -41,7 +41,6 @@ defmodule MusicLibraryWeb.FormComponent do
</div>
<.input class="font-mono" field={@form[:musicbrainz_id]} label={gettext("MusicBrainz ID")} />
<.select
searchable
field={@form[:selected_release_id]}
label={gettext("Selected Release")}
options={selected_release_id_options(@record)}