Skip to content

Commit da3bc9a

Browse files
committed
no more need for a max
1 parent f155369 commit da3bc9a

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/Umbraco.BlockList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const manifest: ManifestPropertyEditorSchema = {
1919
label: 'Amount',
2020
description: 'Set a required range of blocks',
2121
propertyEditorUiAlias: 'Umb.PropertyEditorUi.NumberRange',
22-
config: [{ alias: 'validationRange', value: { min: 0, max: Infinity } }],
22+
config: [{ alias: 'validationRange', value: { min: 0 } }],
2323
},
2424
],
2525
},

0 commit comments

Comments
 (0)