Skip to content

Commit

Permalink
fix: group at subsection field added in redux state
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaknasir committed Jan 5, 2023
1 parent ad47bfa commit 6a65826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages-and-resources/discussions/data/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function normalizePluginConfig(data) {
divideByCohorts: enableDivideByCohorts,
divideCourseTopicsByCohorts: enableDivideCourseTopicsByCohorts,
cohortsEnabled: data.available_division_schemes?.includes('cohort') || false,
groupAtSubsection: data.group_at_subsection,
};
}

Expand Down

0 comments on commit 6a65826

Please sign in to comment.