Fix NotifyActions.test.ts
This commit is contained in:
parent
0075d93879
commit
4659151892
@ -92,7 +92,7 @@ export function alert (message: string, dismissable = false): AlertAddAction {
|
|||||||
return {
|
return {
|
||||||
type: constants.ALERT,
|
type: constants.ALERT,
|
||||||
payload: {
|
payload: {
|
||||||
action: dismissable ? 'Dismiss' : '',
|
action: dismissable ? 'Dismiss' : undefined,
|
||||||
dismissable: !!dismissable,
|
dismissable: !!dismissable,
|
||||||
message,
|
message,
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user