Skip to content

Commit 0d836f4

Browse files
authored
29381 - xpro name allowed length increased from 40 to 60 (#852)
* Update `MRAS_MAX_LENGTH` constant to 60 in new-request constants * version bump * chore: bump version to 5.8.3
1 parent 1d5a40d commit 0d836f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "name-request",
3-
"version": "5.8.2",
3+
"version": "5.8.3",
44
"private": true,
55
"appName": "Name Request UI",
66
"sbcName": "SBC Common Components",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const DFLT_MIN_LENGTH = 3
22
export const DFLT_MAX_LENGTH = 150
33
export const MRAS_MIN_LENGTH = 3
4-
export const MRAS_MAX_LENGTH = 40
4+
export const MRAS_MAX_LENGTH = 60

0 commit comments

Comments
 (0)