|
|
@@ -22,6 +22,9 @@ defmodule VaccinsWeb.IndexLive do
|
|
|
|> trigger_periodic_refresh}
|
|
|
end
|
|
|
|
|
|
+ @impl true
|
|
|
+ def handle_params(%{}, _url, socket), do: {:noreply, socket}
|
|
|
+
|
|
|
@impl true
|
|
|
def handle_event("add_location", %{"location_raw" => params}, socket) do
|
|
|
case params |> LocationStore.add_location() do
|