Merge pull request #350 from open-craft/navin/hide-hide-option

refactor: hide switch to hide selected videos
This commit is contained in:
kenclary
2023-06-30 11:10:42 -04:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ export const searchAndSortProps = () => {
onFilterClick: (key) => () => setFilterBy(key),
filterKeys,
filterMessages,
showSwitch: true,
showSwitch: false,
hideSelectedVideos,
switchMessage: messages.hideSelectedCourseVideosSwitchLabel,
onSwitchClick: () => setHideSelectedVideos(!hideSelectedVideos),