commit | 787ee0846bacaffedb40d481347762001c3146bd | [log] [tgz] |
---|---|---|
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | Mon May 07 15:44:41 2018 +0300 |
committer | Einav Keidar <einavw@amdocs.com> | Tue May 08 13:16:40 2018 +0000 |
tree | 85b61789d0af936b61697d9724af32b43a8ed2c5 | |
parent | cee71efe88cd29069391f11ef591c7260fb90d7b [diff] |
component function validation fix Issue-ID: SDC-1305 Change-Id: Idcbcb3c0e07acc741017e62cbb13f7850a6065d7 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
diff --git a/openecomp-ui/src/sdc-app/onboarding/softwareProduct/components/SoftwareProductComponentEditorReducer.js b/openecomp-ui/src/sdc-app/onboarding/softwareProduct/components/SoftwareProductComponentEditorReducer.js index e59337c..1336187 100644 --- a/openecomp-ui/src/sdc-app/onboarding/softwareProduct/components/SoftwareProductComponentEditorReducer.js +++ b/openecomp-ui/src/sdc-app/onboarding/softwareProduct/components/SoftwareProductComponentEditorReducer.js
@@ -59,7 +59,7 @@ nfcFunction: { isValid: true, errorText: '', - validations: [{ type: 'maxLength', data: 30 }] + validations: [] }, description: { isValid: true,