diff --git a/lib/live_beats_web/live/profile_live/upload_form_component.html.heex b/lib/live_beats_web/live/profile_live/upload_form_component.html.heex index 8446969..5b0cd2f 100644 --- a/lib/live_beats_web/live/profile_live/upload_form_component.html.heex +++ b/lib/live_beats_web/live/profile_live/upload_form_component.html.heex @@ -2,7 +2,8 @@

(songs expire every six hours)

<.form - for={:songs} + for={%{}} + as={:songs} id="song-form" class="space-y-8" phx-target={@myself}