Skip to content
Snippets Groups Projects
Commit 21d0b74a authored by Andrea Chiapparelli - 4Science's avatar Andrea Chiapparelli - 4Science
Browse files

timeout 5s

parent 2788bad4
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ export class NotificationOptions implements INotificationOptions {
public clickToClose: boolean;
public animate: any;
constructor(timeOut = 0,
constructor(timeOut = 5000,
clickToClose = true,
animate = NotificationAnimationsType.Scale) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment