We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546e743 commit 19d49daCopy full SHA for 19d49da
lib/mjw_web/live/game_live/show.ex
@@ -208,7 +208,7 @@ defmodule MjwWeb.GameLive.Show do
208
class="phx-modal seat-offering-modal blurred relative"
209
>
210
<div class="phx-modal-content seat-offering-modal-content">
211
- <.form for={%{}} id="seat-offering-form" phx-target="#game" phx-submit="accept_seat_offering">
+ <form id="seat-offering-form" phx-target="#game" phx-submit="accept_seat_offering">
212
<div class="text-4xl">
213
<h2>Have a seat! 🪑</h2>
214
</div>
@@ -235,7 +235,7 @@ defmodule MjwWeb.GameLive.Show do
235
<div class="pt-8">
236
<.button type="submit" class="sit-button" phx-disable-with="Sitting...">Sit</.button>
237
238
- </.form>
+ </form>
239
240
241
"""
0 commit comments