V16: Block selector is limited to 100 blocks (#19240)

This commit is contained in:
Abdulaziz
2025-05-06 14:12:49 +02:00
committed by GitHub
parent e55ff3e5b7
commit 89cd13df8f

View File

@@ -35,7 +35,7 @@ export class UmbDataTypePickerFlowDataTypePickerModalElement extends UmbModalBas
const collection = await dataTypeCollectionRepository.requestCollection({
skip: 0,
take: 100,
take: 1000,
editorUiAlias: propertyEditorUiAlias,
});