From da3bc9a6a814fc47c74aea3fbfdf7732a1c21716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 31 Jan 2025 12:15:31 +0100 Subject: [PATCH] no more need for a max --- .../property-editors/block-list-editor/Umbraco.BlockList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/Umbraco.BlockList.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/Umbraco.BlockList.ts index e946adef0b..45a4782f1a 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/Umbraco.BlockList.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/Umbraco.BlockList.ts @@ -19,7 +19,7 @@ export const manifest: ManifestPropertyEditorSchema = { label: 'Amount', description: 'Set a required range of blocks', propertyEditorUiAlias: 'Umb.PropertyEditorUi.NumberRange', - config: [{ alias: 'validationRange', value: { min: 0, max: Infinity } }], + config: [{ alias: 'validationRange', value: { min: 0 } }], }, ], },