Address Manage Dictionary issues
A variety of bugs are addressed. See JIRA.
Issue-ID: CLAMP-849
Change-Id: I620c1ec774fdcec484f40fc638551960a98973c8
Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
diff --git a/ui-react-lib/libIndex.js b/ui-react-lib/libIndex.js
index 16728ef..f090b61 100755
--- a/ui-react-lib/libIndex.js
+++ b/ui-react-lib/libIndex.js
@@ -21,6 +21,7 @@
*
*/
+export { default as CsvToJson } from './src/utils/CsvToJson';
export { default as CreateLoopModal } from './src/components/dialogs/Loop/CreateLoopModal';
export { default as DeployLoopModal } from './src/components/dialogs/Loop/DeployLoopModal';
export { default as LoopActionService } from './src/api/LoopActionService';