diff options
author | xuegao <xg353y@intl.att.com> | 2019-07-15 15:16:18 +0200 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2019-07-15 15:43:11 +0200 |
commit | f248df69de034f43e04d8dbcf0ad836850cb9654 (patch) | |
tree | 8d4cc5703d0aca5c00506e8d769e16f9e09b72ea /ui-react/package.json | |
parent | e44fdb1905fae612b12b56886af8f387e516e485 (diff) |
Rework the Open CL window
Rework the Open CL window of the Clamp UI.
Issue-ID: CLAMP-420
Change-Id: Ic7e1e6add4067bc2ee94bd758d76e15397d941df
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'ui-react/package.json')
-rw-r--r-- | ui-react/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-react/package.json b/ui-react/package.json index c6369a3a3..1b98d0f12 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -20,7 +20,8 @@ "react-bootstrap": "1.0.0-beta.9", "bootstrap-css-only": "4.3.1", "styled-components": "4.3.2", - "react-router-dom": "5.0.1" + "react-router-dom": "5.0.1", + "react-select": "3.0.4" }, "browserslist": [ ">0.2%", |