Skip to content

Commit

Permalink
#1657 delete repeat count validation (#1658)
Browse files Browse the repository at this point in the history
* update polymer-editor-react package.package.json

* delete repeat count limitation
  • Loading branch information
AndreiMazol committed Jun 9, 2022
1 parent f6ca920 commit 1d900ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/ketcher-polymer-editor-react/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "ketcher-polymer-editor-react",
"version": "1.0.0",
"description": "Web-based molecule sketcher",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ const sgroup = {
title: 'Repeat count',
type: 'integer',
default: 1,
minimum: 1,
maximum: 1000,
invalidMessage: 'Value out of range: must be between 1 and 1000'
minimum: 1
}
},
required: ['mul']
Expand Down

0 comments on commit 1d900ff

Please sign in to comment.