We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8561d20 commit 4536f10Copy full SHA for 4536f10
shell/header/course-navigation-bar/CourseTabsNavigation.tsx
@@ -1,5 +1,5 @@
1
import { useQuery } from '@tanstack/react-query';
2
-import { useIntl } from '../../../runtime';
+import { Slot, useIntl } from '../../../runtime';
3
import classNames from 'classnames';
4
import { getCourseHomeCourseMetadata } from './data/service';
5
import { Tab, Tabs } from '@openedx/paragon';
@@ -71,12 +71,7 @@ const CourseTabsNavigation = () => {
71
))}
72
</Tabs>
73
</div>
74
- {/* <div className="search-toggle">
75
- <CoursewareSearchToggle />
76
- </div>
77
78
79
- {show && <CoursewareSearch />} */}
+ <Slot id="org.openedx.frontend.slot.header.courseNavigationBar.extraContent.v1" />
80
81
82
0 commit comments