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 {
|
||||
type: constants.ALERT,
|
||||
payload: {
|
||||
action: dismissable ? 'Dismiss' : '',
|
||||
action: dismissable ? 'Dismiss' : undefined,
|
||||
dismissable: !!dismissable,
|
||||
message,
|
||||
type: 'warning',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user