Skip to content

Commit

Permalink
feat: add pluginProps to CourseInfoSlot (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored Nov 18, 2024
1 parent 34dcc88 commit 346a636
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugin-slots/CourseInfoSlot/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ const CourseInfoSlot = ({
slotOptions={{
mergeProps: true,
}}
pluginProps={{
courseOrg,
courseNumber,
courseTitle,
}}
>
<LearningHeaderCourseInfo
courseOrg={courseOrg}
Expand Down

0 comments on commit 346a636

Please sign in to comment.