initial docker setup
This commit is contained in:
8
frontend/src/constants/notificationConstants.js
Normal file
8
frontend/src/constants/notificationConstants.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const MODULE = 'NOTIFICATION_';
|
||||
|
||||
export const UPDATE_MESSAGES = MODULE + 'UPDATE_MESSAGES';
|
||||
export const DESTROY_MESSAGE = MODULE + 'DESTROY_MESSAGE';
|
||||
|
||||
export const notificationMessages = {
|
||||
HTML_ERROR : 'There seems to be a problem and the data could not be retrieved!'
|
||||
};
|
||||
Reference in New Issue
Block a user