Revert "Show confetti when adding a record"

Shows up too often
This commit is contained in:
Claudio Ortolina
2025-06-11 08:42:41 +03:00
parent 19e5d03bb2
commit d14587c120
2 changed files with 1 additions and 6 deletions
@@ -97,11 +97,7 @@ defmodule MusicLibraryWeb.AddRecordComponent do
tabindex="0"
id={"actions-#{@release_group.id}-#{format}-import"}
phx-click={
JS.dispatch("music_library:confetti")
|> JS.push("import",
value: %{id: @release_group.id, format: format},
page_loading: true
)
JS.push("import", value: %{id: @release_group.id, format: format}, page_loading: true)
}
>
{format_label(format)}