V16: Block selector is limited to 100 blocks (#19240)
This commit is contained in:
@@ -35,7 +35,7 @@ export class UmbDataTypePickerFlowDataTypePickerModalElement extends UmbModalBas
|
||||
|
||||
const collection = await dataTypeCollectionRepository.requestCollection({
|
||||
skip: 0,
|
||||
take: 100,
|
||||
take: 1000,
|
||||
editorUiAlias: propertyEditorUiAlias,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user