diff --git a/App.tsx b/App.tsx index feba76c..4d838bc 100644 --- a/App.tsx +++ b/App.tsx @@ -190,6 +190,7 @@ const App: React.FC = () => { setReportsData(null); setIsLoading(false); setError(null); + setViewMode('analysis'); }, []); const handleClearKey = useCallback(() => {