From f75e25e799a6fea1415351412dd74f61a38323dc Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Wed, 24 Jun 2026 11:53:56 +0000 Subject: [PATCH] Fix Nova Analise button behavior on Admin screen --- App.tsx | 1 + 1 file changed, 1 insertion(+) 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(() => {