From bacc715f10f5c648d61f0720120b14aadebf9a77 Mon Sep 17 00:00:00 2001 From: svishnev Date: Mon, 5 Nov 2018 12:11:30 +0200 Subject: keyMirror with namespace Issue-ID: SDC-1873 Change-Id: Ib8e810397578610cd7e0cba64e10ecc38d67f5eb Signed-off-by: svishnev --- .../src/nfvo-components/notification/NotificationsConstants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openecomp-ui/src/nfvo-components/notification/NotificationsConstants.js') 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 = { -- cgit 1.2.3-korg