From b7e6cc9111dcf1d64fb7b4747d7b716323b33d0f Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:30:11 +0000 Subject: [PATCH] Fix: Prevent form submission on location selection --- src/components/admin/LocationSearch.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/admin/LocationSearch.tsx b/src/components/admin/LocationSearch.tsx index 42e86998..e9923583 100644 --- a/src/components/admin/LocationSearch.tsx +++ b/src/components/admin/LocationSearch.tsx @@ -216,6 +216,7 @@ export function LocationSearch({ onLocationSelect, initialLocationId, className