diff --git a/lib/music_library_web/components/form_component.ex b/lib/music_library_web/components/form_component.ex index 51d54496..a21729f1 100644 --- a/lib/music_library_web/components/form_component.ex +++ b/lib/music_library_web/components/form_component.ex @@ -50,13 +50,15 @@ defmodule MusicLibraryWeb.FormComponent do /> <.input field={@form[:musicbrainz_id]} type="text" label={gettext("MusicBrainz ID")} /> - <.input field={@form[:release]} type="text" label={gettext("Release")} /> - <.input - :if={@show_purchased_at} - field={@form[:purchased_at]} - type="datetime-local" - label={gettext("Purchased at")} - /> +