update deps

This commit is contained in:
2024-07-28 11:40:44 -04:00
parent 33e4d26a3d
commit c2ddc2ae0d
4 changed files with 519 additions and 469 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>