bbovenzi commented on code in PR #22900:
URL: https://github.com/apache/airflow/pull/22900#discussion_r850453606
##########
airflow/www/static/js/dags.js:
##########
@@ -158,6 +162,9 @@ function lastDagRunsHandler(error, json) {
const g = d3.select(`#last-run-${safeDagId}`);
// Show last run as a link to the graph view
+ g.selectAll('a')
Review Comment:
Why do are we setting the graphUrl twice?
--
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]