Skip to content

Commit

Permalink
fix: Set active courses as deafult in studio home
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulkark committed Aug 30, 2024
1 parent ed3b54b commit 729cebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const CoursesTypesFilterMenu = ({ onItemMenuSelected }) => {
id="dropdown-toggle-course-type-menu"
menuItems={courseTypes}
onItemMenuSelected={handleCourseTypeSelected}
defaultItemSelectedText={intl.formatMessage(messages.coursesTypesFilterMenuAllCurses)}
defaultItemSelectedText={intl.formatMessage(messages.coursesTypesFilterMenuActiveCurses)}
/>
);
};
Expand Down

0 comments on commit 729cebb

Please sign in to comment.