diff --git a/frontend/src/index.jsx b/frontend/src/index.jsx index f00dc31..27368f6 100644 --- a/frontend/src/index.jsx +++ b/frontend/src/index.jsx @@ -2846,7 +2846,7 @@ const handleDownload = useCallback( setLoading(false); } } - }, 150); + }, 300); return () => { cancelled = true;