File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const LibraryContent = ({ contentType = ContentType.home }: LibraryContentProps)
4747 * Filter collections on the frontend to display only collection cards in the Collections tab.
4848 * This approach is used instead of backend filtering to ensure that all components (including those
4949 * within collections) remain available in the 'hits' array. This is necessary for the component
50- * selection workflow when adding components to xblocks by choosing the while collection in Collections tab.
50+ * selection workflow when adding components to xblocks by choosing the whole collection in Collections tab.
5151 * Note: LibraryAuthoringPage.tsx has been modified to skip backend filtering for this purpose.
5252 */
5353 const filteredHits = contentType === ContentType . collections
You can’t perform that action at this time.
0 commit comments