Skip to content

Commit

Permalink
Reduce the Notification Message display timings (#8689)
Browse files Browse the repository at this point in the history
  • Loading branch information
HitishRaoP authored Oct 3, 2024
1 parent ae6856d commit bc4fa2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils/Notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const notify = (text, type) => {
sticker: false,
},
stack: notifyStack,
delay: 3000,
});
notification.refs.elem.addEventListener("click", () => {
notification.close();
Expand Down

0 comments on commit bc4fa2c

Please sign in to comment.