Skip to content

Commit

Permalink
Merge pull request #1079 from MTES-MCT/fix-ff-2023-locatif
Browse files Browse the repository at this point in the history
Replace the option `ff-2023` by `ff-2023-locatif`
  • Loading branch information
Falinor authored Jan 8, 2025
2 parents 21b89ea + e7a47a2 commit a746ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/models/HousingFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export const localityKindsOptions: SelectOption<LocalityKind>[] = [

export const dataFileYearsIncludedOptions: SelectOption[] = [
{
value: 'ff-2023',
value: 'ff-2023-locatif',
label: 'Fichiers fonciers 2023 (locatif)',
badgeLabel: 'Fichiers fonciers 2023 (locatif) inclus'
},
Expand Down Expand Up @@ -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'
},
Expand Down

0 comments on commit a746ba6

Please sign in to comment.