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:
Navin Karkera
2023-06-16 13:08:23 +05:30
parent 714c946f0f
commit 7a53de4f2d

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),