bbovenzi commented on code in PR #67169:
URL: https://github.com/apache/airflow/pull/67169#discussion_r3274773749


##########
airflow-core/src/airflow/ui/src/pages/Dag/Header.tsx:
##########
@@ -60,6 +61,8 @@ export const Header = ({
   const { dagId } = useParams();
   const isStale = dag?.is_stale;
 
+  useDocumentTitle(dag?.dag_display_name ?? dagId);

Review Comment:
   Oh one last nit. This should be in Dag.tsx and subsequent titles should be 
declared on the highest level `page` component possible.



-- 
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]

Reply via email to