diff --git a/lib/arrow_web/live/shuttle_live/shuttle_live.ex b/lib/arrow_web/live/shuttle_live/shuttle_live.ex index 1c266115..c8bcdf96 100644 --- a/lib/arrow_web/live/shuttle_live/shuttle_live.ex +++ b/lib/arrow_web/live/shuttle_live/shuttle_live.ex @@ -17,7 +17,14 @@ defmodule ArrowWeb.ShuttleViewLive do def shuttle_form(assigns) do ~H""" - <.simple_form :let={f} for={@form} as={:shuttle_route} action={@http_action} phx-submit={@action}> + <.simple_form + :let={f} + for={@form} + as={:shuttle_route} + action={@http_action} + phx-submit={@action} + id="shuttle-form" + >