feat: Content Search Modal: Filters [FC-0040] (#918)
Implementation of openedx/modular-learning#201 Implements a modal for searching course content with filters for searching in current or all courses, filtering by content type, content tags and text.
This commit is contained in:
@@ -180,7 +180,7 @@ const ManageOrgsModal = ({
|
||||
key={org}
|
||||
iconAfter={Close}
|
||||
onIconAfterClick={() => setSelectedOrgs(selectedOrgs.filter((o) => o !== org))}
|
||||
disabled={allOrgs}
|
||||
disabled={!!allOrgs}
|
||||
>
|
||||
{org}
|
||||
</Chip>
|
||||
|
||||
Reference in New Issue
Block a user