feature/IO-3026-Enhanced-Notifications - final revisions
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -68,11 +68,6 @@ export const setUpdateAvailable = (isUpdateAvailable) => ({
|
||||
payload: isUpdateAvailable
|
||||
});
|
||||
|
||||
export const setAlerts = (alerts) => ({
|
||||
type: ApplicationActionTypes.SET_ALERTS,
|
||||
payload: alerts
|
||||
});
|
||||
|
||||
export const addAlerts = (alerts) => ({
|
||||
type: ApplicationActionTypes.ADD_ALERTS,
|
||||
payload: alerts
|
||||
|
||||
Reference in New Issue
Block a user