Skip to content

Commit

Permalink
feat: learning_type facet revert (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sheehan-edx authored Jan 27, 2023
1 parent 0fe8e19 commit 9814a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AVAILABILITY_REFINEMENT_DEFAULTS = [
// Facet filters
export const CONTENT_TYPE_REFINEMENT = 'content_type';
export const COURSE_TYPE_REFINEMENT = 'course_type';
export const LEARNING_TYPE_REFINEMENT = 'learning_type_v2';
export const LEARNING_TYPE_REFINEMENT = 'learning_type';

// Page refinement settings
export const HIDE_CARDS_REFINEMENT = 'hide_cards';
Expand Down

0 comments on commit 9814a06

Please sign in to comment.