We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d07a0d commit 0d23d05Copy full SHA for 0d23d05
client/src/show_toast.mts
@@ -22,7 +22,7 @@ import "toastify-js/src/toastify.css";
22
export const show_toast = (text: string) =>
23
Toastify({
24
text,
25
- duration: 3000,
+ duration: 10000,
26
newWindow: true,
27
close: true,
28
gravity: "top",
0 commit comments