commit | 2dacb9bd185db2c05de435d2bd446865e158e483 | [log] [tgz] |
---|---|---|
author | sebdet <sebastien.determe@intl.att.com> | Wed Jul 17 13:48:44 2019 +0200 |
committer | sebdet <sebastien.determe@intl.att.com> | Wed Jul 17 13:48:44 2019 +0200 |
tree | 4f42564c670c8b8807cc4a50623abe5ea5fb03f9 | |
parent | 493c3839fb6807512218165fd8a3a6efe1933fb9 [diff] [blame] |
Draft of Config policy Initial code of the config policy window using the Json Editor version from NPM Issue-ID: CLAMP-426 Change-Id: I4ff3e63c463320706031c703afa22417b321faa3 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js b/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js index 6986209..f3bdeb6 100644 --- a/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js +++ b/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js
@@ -54,7 +54,7 @@ }; } - componentDidMount() { + componentWillMount() { this.getLoopNames(); }