diff --git a/src/Utils/Notifications.js b/src/Utils/Notifications.js index 188a2f7a61b..87de7991a6e 100644 --- a/src/Utils/Notifications.js +++ b/src/Utils/Notifications.js @@ -28,6 +28,7 @@ const notify = (text, type) => { sticker: false, }, stack: notifyStack, + delay: 3000, }); notification.refs.elem.addEventListener("click", () => { notification.close();