Merge pull request #350 from open-craft/navin/hide-hide-option
refactor: hide switch to hide selected videos
This commit is contained in:
@@ -46,7 +46,7 @@ export const searchAndSortProps = () => {
|
||||
onFilterClick: (key) => () => setFilterBy(key),
|
||||
filterKeys,
|
||||
filterMessages,
|
||||
showSwitch: true,
|
||||
showSwitch: false,
|
||||
hideSelectedVideos,
|
||||
switchMessage: messages.hideSelectedCourseVideosSwitchLabel,
|
||||
onSwitchClick: () => setHideSelectedVideos(!hideSelectedVideos),
|
||||
|
||||
Reference in New Issue
Block a user