pierrejeambrun commented on code in PR #58389:
URL: https://github.com/apache/airflow/pull/58389#discussion_r2550129327
##########
airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx:
##########
@@ -106,13 +106,7 @@ export const Dag = () => {
return (
<ReactFlowProvider>
<DetailsLayout error={error ?? runsError} isLoading={isLoading ||
isLoadingRuns} tabs={displayTabs}>
- <Header
- dag={dag}
- isRefreshing={
- latestRun ? Boolean(isStatePending(latestRun.state) &&
Boolean(refetchInterval)) : false
- }
Review Comment:
You also need to delete the implementation of the refresh in the header
itself since we will not need it anymore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]