component function validation fix 91/46391/2
authorsvishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Mon, 7 May 2018 12:44:41 +0000 (15:44 +0300)
committerEinav Keidar <einavw@amdocs.com>
Tue, 8 May 2018 13:16:40 +0000 (13:16 +0000)
Issue-ID: SDC-1305
Change-Id: Idcbcb3c0e07acc741017e62cbb13f7850a6065d7
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
openecomp-ui/src/sdc-app/onboarding/softwareProduct/components/SoftwareProductComponentEditorReducer.js

index e59337c..1336187 100644 (file)
@@ -59,7 +59,7 @@ export default (state = {}, action) => {
                     nfcFunction: {
                         isValid: true,
                         errorText: '',
-                        validations: [{ type: 'maxLength', data: 30 }]
+                        validations: []
                     },
                     description: {
                         isValid: true,