diff --git a/Example/src/shared/Toast.tsx b/Example/src/shared/Toast.tsx index 982586b8ad..95804da529 100644 --- a/Example/src/shared/Toast.tsx +++ b/Example/src/shared/Toast.tsx @@ -19,7 +19,7 @@ interface ToastProps { remove: (_: string) => void; } -const DISAPPEAR_AFTER = 40 * 1000; // 40 x 1000 ms -> 40 s +const DISAPPEAR_AFTER = 10 * 1000; // 10 x 1000 ms -> 10 s const Toast = ({ index,