keyMirror with namespace

Issue-ID: SDC-1873
Change-Id: Ib8e810397578610cd7e0cba64e10ecc38d67f5eb
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
diff --git a/openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js b/openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js
index ab0f3dd..d4a2f09 100644
--- a/openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js
+++ b/openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js
@@ -19,15 +19,18 @@
     other as optionInputOther
 } from 'nfvo-components/input/validation/InputOptions.jsx';
 
-export const actionTypes = keyMirror({
-    ENTITLEMENT_POOLS_LIST_LOADED: 'ENTITLEMENT_POOLS_LIST_LOADED',
-    entitlementPoolsEditor: {
-        OPEN: 'epEditor/OPEN',
-        CLOSE: 'epEditor/CLOSE',
-        DATA_CHANGED: 'epEditor/DATA_CHANGED',
-        LIMITS_LIST_LOADED: 'epEditor/LIMITS_LIST_LOADED'
-    }
-});
+export const actionTypes = keyMirror(
+    {
+        ENTITLEMENT_POOLS_LIST_LOADED: null,
+        entitlementPoolsEditor: {
+            OPEN: null,
+            CLOSE: null,
+            DATA_CHANGED: null,
+            LIMITS_LIST_LOADED: null
+        }
+    },
+    'entitlementPoolsEditor'
+);
 
 export const enums = keyMirror({
     SELECTED_FEATURE_GROUP_TAB: {