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