From ccf7e5dfad77a385bdfdeb2fc868914cb373df79 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 28 Feb 2025 13:07:27 +0100 Subject: [PATCH] fix: refs #8647 remove unused townFilter from CreateNewPostcodeForm component --- src/components/CreateNewPostcodeForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/CreateNewPostcodeForm.vue b/src/components/CreateNewPostcodeForm.vue index 07c778bca..f6a606547 100644 --- a/src/components/CreateNewPostcodeForm.vue +++ b/src/components/CreateNewPostcodeForm.vue @@ -20,7 +20,6 @@ const postcodeFormData = reactive({ provinceFk: null, townFk: null, }); -const townFilter = ref({}); const countriesRef = ref(false); const provincesOptions = ref([]);