diff --git a/ui/src/pages/Dashboard/DashboardPage.tsx b/ui/src/pages/Dashboard/DashboardPage.tsx index bc80be5b3..605424008 100644 --- a/ui/src/pages/Dashboard/DashboardPage.tsx +++ b/ui/src/pages/Dashboard/DashboardPage.tsx @@ -92,6 +92,11 @@ function DashboardPage() { id="dashboardTable" style={{ minHeight: '98vh' }} > + {dataIngestionDef && ( + + + + )} {errorDef && ( @@ -116,23 +121,6 @@ function DashboardPage() { )} - - {dataIngestionDef && ( - - - - )} - - {errorDef && ( - - - - )} - {customDef && ( - - - - )} ) : ( // if overview is null then custom tab is the only displayed component