feat: add collections support for containers [FC-0083] (#1797)

Adds support to add Units to Collections.
This commit is contained in:
Rômulo Penido
2025-04-15 15:13:12 -03:00
committed by GitHub
parent 87695ae636
commit aa8a5bfba4
35 changed files with 636 additions and 310 deletions

View File

@@ -195,6 +195,7 @@ const AddComponent = ({
>
<ComponentPicker
showOnlyPublished
extraFilter={['NOT block_type = "unit"']}
componentPickerMode={isAddLibraryContentModalOpen ? 'single' : 'multiple'}
onComponentSelected={handleLibraryV2Selection}
onChangeComponentSelection={setSelectedComponents}