Skip to content

Commit

Permalink
feat(toast): newest on top added (#UID-1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Verbitskiy committed Dec 23, 2021
1 parent d09d45a commit 8e3cee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mosaic/toast/toast.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ describe('ToastService', () => {
imports: [
ToastModule.forRoot({
position: ToastPosition.TOP_CENTER,
duration: 5000
duration: 5000,
newOnTop: true
})
]
})
Expand Down

0 comments on commit 8e3cee4

Please sign in to comment.