Support 50 Characters for VSP Name
[sdc.git] / openecomp-ui / src / sdc-app / onboarding / softwareProduct / creation / SoftwareProductCreationReducer.js
index b019248..8860374 100644 (file)
@@ -60,7 +60,7 @@ export default (state = {}, action) => {
                         errorText: '',
                         validations: [
                             { type: 'required', data: true },
-                            { type: 'maxLength', data: 25 },
+                            { type: 'maxLength', data: 50 },
                             { type: 'validateName', data: true }
                         ]
                     },