fix typos in request name field name and validation
This commit is contained in:
@@ -83,6 +83,6 @@ export default {
|
||||
mask: false,
|
||||
match: /^.{4,100}$/,
|
||||
unmask: [],
|
||||
validationError: 'Workspace and request names must be at least 4 and not more than 50 characters'
|
||||
validationError: 'Workspace and request names must be at least 4 and not more than 100 characters'
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user