diff options
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-11-05 12:11:30 +0200 |
---|---|---|
committer | Einav Keidar <einavw@amdocs.com> | 2018-12-03 09:27:16 +0000 |
commit | bacc715f10f5c648d61f0720120b14aadebf9a77 (patch) | |
tree | b3dfb96845fff76f36d723261d6ad92d23271318 /openecomp-ui/src/nfvo-components/notification/NotificationsConstants.js | |
parent | c97bae74316ddae5121dc361a7631a8cdaa335b0 (diff) |
keyMirror with namespace
Issue-ID: SDC-1873
Change-Id: Ib8e810397578610cd7e0cba64e10ecc38d67f5eb
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/src/nfvo-components/notification/NotificationsConstants.js')
-rw-r--r-- | openecomp-ui/src/nfvo-components/notification/NotificationsConstants.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/src/nfvo-components/notification/NotificationsConstants.js b/openecomp-ui/src/nfvo-components/notification/NotificationsConstants.js index 329c557cb0..328e046bbd 100644 --- a/openecomp-ui/src/nfvo-components/notification/NotificationsConstants.js +++ b/openecomp-ui/src/nfvo-components/notification/NotificationsConstants.js @@ -16,8 +16,8 @@ import UUID from 'uuid-js'; export const actionTypes = { - ADD_NOTIFICATION: 'ADD_NOTIFICATION', - REMOVE_NOTIFICATION: 'REMOVE_NOTIFICATION' + ADD_NOTIFICATION: 'notifications/ADD_NOTIFICATION', + REMOVE_NOTIFICATION: 'notifications/REMOVE_NOTIFICATION' }; export const notificationActions = { |