From: svishnev Date: Mon, 7 May 2018 12:44:41 +0000 (+0300) Subject: component function validation fix X-Git-Tag: v1.2.0~82 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F46391%2F2;p=sdc.git component function validation fix Issue-ID: SDC-1305 Change-Id: Idcbcb3c0e07acc741017e62cbb13f7850a6065d7 Signed-off-by: svishnev --- 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,