Skip to content

Commit

Permalink
Merge branch 'main' into hotfix/location-search-style
Browse files Browse the repository at this point in the history
  • Loading branch information
karnelll authored Nov 28, 2024
2 parents 007083a + 98aaaea commit ed7bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/app/eventcreate-page/location-search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function LocationSearch() {
height: "18px",
minWidth: "18px",
minHeight: "18px",
}}

onClick={handleClearLocation}
onKeyDown={(e) => {
if (e.key === "Enter") handleClearLocation();
Expand Down

0 comments on commit ed7bf61

Please sign in to comment.