We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5733aea commit 9883f0aCopy full SHA for 9883f0a
1 file changed
src/course-outline/OutlineAddChildButtons.tsx
@@ -135,8 +135,8 @@ const NewOutlineAddChildButtons = ({
135
parentLocator: courseUsageKey,
136
displayName: COURSE_BLOCK_NAMES.chapter.name,
137
}, {
138
+ // istanbul ignore next
139
onSuccess: (data: { locator: string; }) => {
- // istanbul ignore next
140
openContainerInfoSidebar(data.locator, undefined, data.locator);
141
},
142
});
@@ -154,8 +154,8 @@ const NewOutlineAddChildButtons = ({
154
displayName: COURSE_BLOCK_NAMES.sequential.name,
155
sectionId: parentLocator,
156
157
158
159
openContainerInfoSidebar(data.locator, data.locator, parentLocator);
160
161
0 commit comments