diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index a6fa14fd4..0a8583486 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -128,7 +128,6 @@ export default function App() { Object.values(healthData).some((value) => value !== "ok")) } setRetry={() => { - console.log("retrying"); refetch(); }} isLoadingHealth={fetchingHealth} diff --git a/src/frontend/src/components/fetchErrorComponent/index.tsx b/src/frontend/src/components/fetchErrorComponent/index.tsx index 5320e62fc..e58dc82ad 100644 --- a/src/frontend/src/components/fetchErrorComponent/index.tsx +++ b/src/frontend/src/components/fetchErrorComponent/index.tsx @@ -32,7 +32,13 @@ export default function FetchErrorComponent({ { + setRetry(); + }, + }} />