Skip to content

Commit

Permalink
fix: home_department filter display name
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Feb 2, 2024
1 parent 015d651 commit 96165c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-next/utils/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const elkFields = [
{ value: 'categories_associate', label: 'Cause associée' },
{ value: 'categories_level_2', label: 'Comorbidité' },
{ value: 'death_location', label: 'Lieu de décès' },
{ value: 'department', label: 'Département' },
{ value: 'home_department', label: 'Département' },
{ value: 'cert_type', label: 'Format' },
{ value: 'start_date', label: 'Période' },
{ value: 'end_date', label: 'Période' },
Expand Down

0 comments on commit 96165c6

Please sign in to comment.