Skip to content

Commit

Permalink
Fixed max length validation for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Feb 14, 2023
1 parent 0cf0e3e commit ef3ca37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/public/assets/schema/groups/group.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"validationRegex": {
"title": "label.url-validation-regex",
"description": "tooltip.url-validation-regex",
"type": "string"
"type": "string",
"maxLength": 255
},
"approversList": {
"title": "label.approvers-list",
Expand Down

0 comments on commit ef3ca37

Please sign in to comment.