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:
Arunmozhi
2025-04-23 23:46:00 +10:00
committed by GitHub
parent 293b7941dd
commit e2189f2fdd
7 changed files with 78 additions and 5 deletions

View File

@@ -226,6 +226,7 @@ const CourseUnit = ({ courseId }) => {
courseId={courseId}
blockId={blockId}
unitTitle={unitTitle}
xBlocks={courseVerticalChildren.children}
/>
)}
{isSplitTestType && (