jscheffl commented on code in PR #38446:
URL: https://github.com/apache/airflow/pull/38446#discussion_r1538663273
##########
airflow/www/static/js/dag/details/Header.tsx:
##########
@@ -105,7 +106,7 @@ const Header = () => {
onClick={clearSelection}
_hover={isDagDetails ? { cursor: "default" } : undefined}
>
- <BreadcrumbText label="DAG" value={dagId} />
+ <BreadcrumbText label="DAG" value={dagDisplayName} />
Review Comment:
Thanks! Didi not notice - or was this a late change due to your rework the
last days? Anyway, thanks... fixed!
--
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]