mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
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:
parent
38718b59b3
commit
9f9c3b832d
@ -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
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user