fix: refs #8647 remove unused townFilter from CreateNewPostcodeForm component
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-02-28 13:07:27 +01:00
parent 2dab2866e7
commit ccf7e5dfad
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ const postcodeFormData = reactive({
provinceFk: null,
townFk: null,
});
const townFilter = ref({});
const countriesRef = ref(false);
const provincesOptions = ref([]);