feat(ui) Update the max text length of Terms/Term Groups (#5162)

Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-574.lan>
This commit is contained in:
Chris Collins 2022-06-14 10:40:32 -04:00 committed by GitHub
parent 38718b59b3
commit 9f9c3b832d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ function CreateGlossaryEntityModal(props: Props) {
message: `Enter a ${entityRegistry.getEntityName(entityType)} name.`,
},
{ whitespace: true },
{ min: 1, max: 50 },
{ min: 1, max: 100 },
]}
hasFeedback
>