commit | 337f36602a553ecb937c041a27b1c7270571c647 | [log] [tgz] |
---|---|---|
author | sebdet <sebastien.determe@intl.att.com> | Fri Sep 06 18:11:51 2019 +0200 |
committer | sebdet <sebastien.determe@intl.att.com> | Fri Sep 06 18:18:14 2019 +0200 |
tree | 935f593c1cb43b421f14cf0e4b84e210cbdb2125 | |
parent | 64d4727e2bb0973cf61a125fed240c8c4952d6ff [diff] [blame] |
Fix sonar issues FIx some issues reported incorrectly by sonar for the new javascript code Issue-ID: CLAMP-425 Change-Id: I485b727c3a6007c0f0f9301fcda526b028d6251f Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/ui-react/src/components/dialogs/ConfigurationPolicy/ConfigurationPolicyModal.js b/ui-react/src/components/dialogs/ConfigurationPolicy/ConfigurationPolicyModal.js index 9863ef7..b0f601e 100644 --- a/ui-react/src/components/dialogs/ConfigurationPolicy/ConfigurationPolicyModal.js +++ b/ui-react/src/components/dialogs/ConfigurationPolicy/ConfigurationPolicyModal.js
@@ -38,7 +38,7 @@ show: true, loopCache: this.props.loopCache, jsonEditor: null, - componentName: this.props.match.params.componentName, + componentName: this.props.match.params.componentName }; constructor(props, context) {