mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-28 18:51:06 +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"
|
id="flash"
|
||||||
class="rounded-md bg-red-50 p-4 fixed top-1 right-1 w-96 fade-in-scale"
|
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-click={JS.push("lv:clear-flash") |> JS.remove_class("fade-in-scale", to: "#flash") |> hide("#flash")}
|
||||||
phx-value-key="error"
|
|
||||||
phx-hook="Flash"
|
phx-hook="Flash"
|
||||||
>
|
>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
|
|
Loading…
Reference in a new issue