diff --git a/resources/assets/js/components/NotificationPlugin/Notification.vue b/resources/assets/js/components/NotificationPlugin/Notification.vue index 583ddc040..a4317b606 100644 --- a/resources/assets/js/components/NotificationPlugin/Notification.vue +++ b/resources/assets/js/components/NotificationPlugin/Notification.vue @@ -250,7 +250,7 @@ this.elmHeight = this.$el.clientHeight; if (this.timeout) { - //setTimeout(this.close, this.timeout); + setTimeout(this.close, this.timeout); } }, };