From 6a27052e0fac226c279aeadad79a72848aff4554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?= Date: Thu, 23 Jul 2026 13:33:43 +0200 Subject: [PATCH 1/3] fix: remove text "label" on top of search box MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove unused inputLabel prop from search field Signed-off-by: Simó Albert i Beltran --- src/components/map/SearchField.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/map/SearchField.vue b/src/components/map/SearchField.vue index 7e51b3dd3..27b0de5b5 100644 --- a/src/components/map/SearchField.vue +++ b/src/components/map/SearchField.vue @@ -1,7 +1,6 @@