mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-25 01:10:59 +00:00
Remove unnecessary attr
This commit is contained in:
parent
a7c319c035
commit
aec76630d1
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ defmodule LiveBeatsWeb.LiveHelpers do
|
|||
id="flash"
|
||||
class="rounded-md bg-red-50 p-4 fixed top-1 right-1 w-96 fade-in-scale"
|
||||
phx-click={JS.push("lv:clear-flash") |> JS.remove_class("fade-in-scale", to: "#flash") |> hide("#flash")}
|
||||
phx-value-key="error"
|
||||
phx-hook="Flash"
|
||||
>
|
||||
<div class="flex">
|
||||
|
|
Loading…
Reference in a new issue