Skip to content

Commit

Permalink
Fix policymaker search sector dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
juho-lehmonen committed Nov 26, 2024
1 parent d6af209 commit 92ae7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/policymakers/enum/IndexFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const IndexFields = {
COMBINED_TITLE: 'decisionmaker_combined_title',
LANGUAGE: '_language',
ORGANIZATION_TYPE: 'field_organization_type.keyword',
SECTOR: 'sector',
SECTOR: 'field_sector_name',
HREF: 'search_api_url',
ORGAN: 'organ',
COLOR_CLASS: 'color_class',
Expand Down

0 comments on commit 92ae7cf

Please sign in to comment.