feat: add collections support for containers [FC-0083] (#1797)
Adds support to add Units to Collections.
This commit is contained in:
@@ -195,6 +195,7 @@ const AddComponent = ({
|
||||
>
|
||||
<ComponentPicker
|
||||
showOnlyPublished
|
||||
extraFilter={['NOT block_type = "unit"']}
|
||||
componentPickerMode={isAddLibraryContentModalOpen ? 'single' : 'multiple'}
|
||||
onComponentSelected={handleLibraryV2Selection}
|
||||
onChangeComponentSelection={setSelectedComponents}
|
||||
|
||||
Reference in New Issue
Block a user