Skip to content

Commit

Permalink
fix(frontend): replace the option ff-2023 by ff-2023-locatif
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Jan 8, 2025
1 parent 21b89ea commit e7a47a2
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 e7a47a2

Please sign in to comment.