From e7a47a2579dc9c271fa6a92b06be31d3e2f2d20c Mon Sep 17 00:00:00 2001 From: Andrea Gueugnaut Date: Tue, 7 Jan 2025 17:53:36 +0100 Subject: [PATCH] fix(frontend): replace the option `ff-2023` by `ff-2023-locatif` --- frontend/src/models/HousingFilters.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/models/HousingFilters.tsx b/frontend/src/models/HousingFilters.tsx index 4d57836f5..73848f5aa 100644 --- a/frontend/src/models/HousingFilters.tsx +++ b/frontend/src/models/HousingFilters.tsx @@ -266,7 +266,7 @@ export const localityKindsOptions: SelectOption[] = [ export const dataFileYearsIncludedOptions: SelectOption[] = [ { - value: 'ff-2023', + value: 'ff-2023-locatif', label: 'Fichiers fonciers 2023 (locatif)', badgeLabel: 'Fichiers fonciers 2023 (locatif) inclus' }, @@ -304,7 +304,7 @@ export const dataFileYearsIncludedOptions: SelectOption[] = [ export const dataFileYearsExcludedOptions: SelectOption[] = [ { - value: 'ff-2023', + value: 'ff-2023-locatif', label: 'Fichiers fonciers 2023 (locatif)', badgeLabel: 'Fichiers fonciers 2023 (locatif) exclus' },