Add display type to notifications to allow snackbars to be shown.
This commit is contained in:
parent
da79621727
commit
eb86f6488a
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ rewards.claimReward = type => {
|
||||||
linkText: __('Show All'),
|
linkText: __('Show All'),
|
||||||
linkTarget: '/rewards',
|
linkTarget: '/rewards',
|
||||||
isError: false,
|
isError: false,
|
||||||
|
displayType: ['snackbar'],
|
||||||
});
|
});
|
||||||
window.app.store.dispatch(action);
|
window.app.store.dispatch(action);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue