Fix Nova Analise button behavior on Admin screen

This commit is contained in:
2026-06-24 11:53:56 +00:00
parent 9864c1f3b3
commit f75e25e799
+1
View File
@@ -190,6 +190,7 @@ const App: React.FC = () => {
setReportsData(null); setReportsData(null);
setIsLoading(false); setIsLoading(false);
setError(null); setError(null);
setViewMode('analysis');
}, []); }, []);
const handleClearKey = useCallback(() => { const handleClearKey = useCallback(() => {