diff --git a/client/app/services/notifications.js b/client/app/services/notifications.js index 99d7cc84ed..6999471e7f 100644 --- a/client/app/services/notifications.js +++ b/client/app/services/notifications.js @@ -33,9 +33,6 @@ function showNotification(title, content) { body: content, icon: redashIconUrl, }); - setTimeout(() => { - notification.close(); - }, 3000); notification.onclick = function onClick() { window.focus(); this.close();