diff options
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-05-07 15:44:41 +0300 |
---|---|---|
committer | Einav Keidar <einavw@amdocs.com> | 2018-05-08 13:16:40 +0000 |
commit | 787ee0846bacaffedb40d481347762001c3146bd (patch) | |
tree | 85b61789d0af936b61697d9724af32b43a8ed2c5 /openecomp-ui/src | |
parent | cee71efe88cd29069391f11ef591c7260fb90d7b (diff) |
component function validation fix
Issue-ID: SDC-1305
Change-Id: Idcbcb3c0e07acc741017e62cbb13f7850a6065d7
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/src')
-rw-r--r-- | openecomp-ui/src/sdc-app/onboarding/softwareProduct/components/SoftwareProductComponentEditorReducer.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 e59337c122..1336187483 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 @@ export default (state = {}, action) => { nfcFunction: { isValid: true, errorText: '', - validations: [{ type: 'maxLength', data: 30 }] + validations: [] }, description: { isValid: true, |