From c731b5b9893bc5443cb8b48c106c19a049f3fcc4 Mon Sep 17 00:00:00 2001 From: JAVIER SEGARRA MARTINEZ Date: Fri, 26 Jan 2024 08:04:08 +0000 Subject: [PATCH] refs #6280: replace function event --- src/components/common/VnLocation.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/common/VnLocation.vue b/src/components/common/VnLocation.vue index a7a58e2b8..0b30faaa7 100644 --- a/src/components/common/VnLocation.vue +++ b/src/components/common/VnLocation.vue @@ -81,9 +81,6 @@ function handleFetch( data) { postcodesOptions.value = data; } -async function onPostcodeCreated(){ - locationFilter() -};