Skip to content

Commit

Permalink
fix: show error message for locations
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Dec 4, 2024
1 parent 280a9b7 commit 8094a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule DotcomWeb.Components.LiveComponents.TripPlannerForm do
phx-change="handle_change"
phx-target={@myself}
>
<div :for={field <- [:from, :to]} class="mb-1" id="trip-planner-locations" phx-update="ignore">
<div :for={field <- [:from, :to]} class="mb-1" id="trip-planner-locations">
<.algolia_autocomplete
config_type="trip-planner"
placeholder="Enter a location"
Expand Down

0 comments on commit 8094a3e

Please sign in to comment.