Skip to content
Snippets Groups Projects
Commit e79b01a4 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust duration of the notification

parent 898447d2
1 merge request!139Resolve "Various improvements"
Pipeline #23839 failed with stages
in 2 minutes and 40 seconds
...@@ -24,7 +24,7 @@ export class FooterComponent implements OnInit { ...@@ -24,7 +24,7 @@ export class FooterComponent implements OnInit {
navToBlog() { navToBlog() {
this.notificationService.show('Der Blog wird in einem neuen Fenster geöffnet..', 'Öffnen' , { this.notificationService.show('Der Blog wird in einem neuen Fenster geöffnet..', 'Öffnen' , {
duration: 5000 duration: 4000
}); });
this.notificationService.snackRef.afterDismissed().subscribe(info => { this.notificationService.snackRef.afterDismissed().subscribe(info => {
if (info.dismissedByAction === true) { if (info.dismissedByAction === true) {
......
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