fix: validate WordStatus correctly, raise field entry length limit to 100
This commit is contained in:
parent
96376516b0
commit
c98e4390b1
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ const (
|
|||
MaxFields = 25
|
||||
FieldNameMaxLength = 100
|
||||
FieldEntriesLimit = 100
|
||||
FieldEntryMaxLength = 50
|
||||
FieldEntryMaxLength = 100
|
||||
)
|
||||
|
||||
type Field struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue