update deps

This commit is contained in:
2024-07-28 12:59:36 -04:00
parent 52460024b9
commit 3c3391b3a6
7 changed files with 2836 additions and 2308 deletions

View File

@ -10,7 +10,7 @@
phx-click="lv:clear-flash"
phx-value-key="info"
>
<%= live_flash(@flash, :info) %>
<%= Phoenix.Flash.get(@flash, :info) %>
</p>
<p
@ -20,7 +20,7 @@
phx-click="lv:clear-flash"
phx-value-key="error"
>
<%= live_flash(@flash, :error) %>
<%= Phoenix.Flash.get(@flash, :error) %>
</p>
</div>
</header>