Rename addNotice action to addNonDismissibleNotice
[MAILPOET-2450]
This commit is contained in:
committed by
Jack Kitterhing
parent
270da97ed6
commit
c966797e2b
@@ -28,7 +28,7 @@ const createAddNoticeAction = (content, status, isDismissible, id) => ({
|
|||||||
id,
|
id,
|
||||||
});
|
});
|
||||||
|
|
||||||
export function addNotice(content, status, id) {
|
export function addNonDismissibleNotice(content, status, id) {
|
||||||
return createAddNoticeAction(content, status, false, id);
|
return createAddNoticeAction(content, status, false, id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user