diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index c0d72cf..4b3f594 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -24,6 +24,7 @@ function App() { const [ads, setAds] = useState([]); const [logs, setLogs] = useState([]); const [health, setHealth] = useState({ database: 'loading', redis: 'loading' }); + const [errorLogModalContent, setErrorLogModalContent] = useState(null); // Loading states const [loadingCrawlers, setLoadingCrawlers] = useState(true); @@ -637,9 +638,13 @@ function App() {
+ {errorLogModalContent}
+
+