refactor: hide switch to hide selected videos
The backend for hiding selected videos is not implemented and it is currently not required, so this commit hides the option.
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