diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-07-18 04:28:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-18 04:28:00 +0000 |
commit | a60064d01f6d37c0a75f1020010e5511d939785e (patch) | |
tree | ab54c4e6ed8a637603f216d11caba5c0fc4dc158 /ui-react/src/components/loop_viewer/svg/LoopSvg.js | |
parent | 0ce11eaeca48930d0203545a5e4206349a11f01b (diff) | |
parent | 2dacb9bd185db2c05de435d2bd446865e158e483 (diff) |
Merge "Draft of Config policy"
Diffstat (limited to 'ui-react/src/components/loop_viewer/svg/LoopSvg.js')
-rw-r--r-- | ui-react/src/components/loop_viewer/svg/LoopSvg.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui-react/src/components/loop_viewer/svg/LoopSvg.js b/ui-react/src/components/loop_viewer/svg/LoopSvg.js index 2858ccd8..44356c1c 100644 --- a/ui-react/src/components/loop_viewer/svg/LoopSvg.js +++ b/ui-react/src/components/loop_viewer/svg/LoopSvg.js @@ -61,10 +61,6 @@ class LoopViewSvg extends React.Component { this.getSvg(); } - componentDidMount() { - this.getSvg(); - } - getSvg() { LoopService.getSvg(this.state.loopCache.getLoopName()).then(svgXml => { if (svgXml.length != 0) { |