Skip to content

Commit 0d23d05

Browse files
committed
UI: show errors longer.
1 parent 1d07a0d commit 0d23d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/show_toast.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import "toastify-js/src/toastify.css";
2222
export const show_toast = (text: string) =>
2323
Toastify({
2424
text,
25-
duration: 3000,
25+
duration: 10000,
2626
newWindow: true,
2727
close: true,
2828
gravity: "top",

0 commit comments

Comments
 (0)