diff --git a/airflow-core/src/airflow/ui/src/components/Assets/AssetEvents.tsx b/airflow-core/src/airflow/ui/src/components/Assets/AssetEvents.tsx index 8acae525fbf04..2ac242f297f12 100644 --- a/airflow-core/src/airflow/ui/src/components/Assets/AssetEvents.tsx +++ b/airflow-core/src/airflow/ui/src/components/Assets/AssetEvents.tsx @@ -70,7 +70,7 @@ export const AssetEvents = ({ return ( - + diff --git a/airflow-core/src/airflow/ui/src/pages/Dashboard/HistoricalMetrics/HistoricalMetrics.tsx b/airflow-core/src/airflow/ui/src/pages/Dashboard/HistoricalMetrics/HistoricalMetrics.tsx index 560102ced34e2..bd60f278edc43 100644 --- a/airflow-core/src/airflow/ui/src/pages/Dashboard/HistoricalMetrics/HistoricalMetrics.tsx +++ b/airflow-core/src/airflow/ui/src/pages/Dashboard/HistoricalMetrics/HistoricalMetrics.tsx @@ -85,8 +85,8 @@ export const HistoricalMetrics = () => { setStartDate={setStartDate} startDate={startDate} /> - - + + {isLoading ? : undefined} {!isLoading && data !== undefined && ( @@ -99,7 +99,7 @@ export const HistoricalMetrics = () => { )} - +