Skip to content

Commit

Permalink
Merged in bugfix/group-descr-length (pull request #645)
Browse files Browse the repository at this point in the history
Removed minLength from group schema

Approved-by: Doug Sonaty
  • Loading branch information
rmathis committed Feb 16, 2023
2 parents 40eb5b9 + 5c86700 commit 29cfc0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/public/assets/schema/groups/group.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"title": "label.group-description",
"description": "tooltip.group-description",
"type": "string",
"minLength": 1,
"maxLength": 255
},
"validationRegex": {
Expand Down

0 comments on commit 29cfc0d

Please sign in to comment.