feat: Enhance Sidebar Slot properties (#1845)
The commit add some extra properties to the CourseAuthoringSidebarSlot and CourseAuthoringUnitSidebarSlot components to enable the widgets in the sidebar to have more context to work with.
This commit is contained in:
@@ -226,6 +226,7 @@ const CourseUnit = ({ courseId }) => {
|
||||
courseId={courseId}
|
||||
blockId={blockId}
|
||||
unitTitle={unitTitle}
|
||||
xBlocks={courseVerticalChildren.children}
|
||||
/>
|
||||
)}
|
||||
{isSplitTestType && (
|
||||
|
||||
Reference in New Issue
Block a user