Skip to content

Commit

Permalink
fix(autocomplete): restore geographical categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jan 24, 2024
1 parent dd22698 commit 87481a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const STRUCTURES_CLOSURE_REASONS = [

// TODO: Restore projects
// export const SEARCH_TYPES = 'categories%2Cofficial%2Dtexts%2Cpersons%2Cprizes%2Cprojects%2Cstructures%2Cterms';
export const SEARCH_TYPES = 'categories%2Cofficial%2Dtexts%2Cpersons%2Cprizes%2Cstructures%2Cterms%2Cgeographical-categories';
export const SEARCH_TYPES = 'categories%2Cofficial%2Dtexts%2Cpersons%2Cprizes%2Cstructures%2Cterms%2Cgeographical%2Dcategories';

export const GEOGRAPHICAL_CATEGORIES_LABELS_MAPPER = {
academy: 'Académie',
Expand Down

0 comments on commit 87481a9

Please sign in to comment.