We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c63c3 commit 6c12582Copy full SHA for 6c12582
services/forms/org.go
@@ -62,7 +62,7 @@ func (f *UpdateOrgSettingForm) Validate(req *http.Request, errs binding.Errors)
62
63
// CreateTeamForm form for creating team
64
type CreateTeamForm struct {
65
- TeamName string `binding:"Required;AlphaDashDot;MaxSize(30)"`
+ TeamName string `binding:"Required;AlphaDashDot;MaxSize(255)"`
66
Description string `binding:"MaxSize(255)"`
67
Permission string
68
RepoAccess string
0 commit comments