uranusjr commented on code in PR #25500:
URL: https://github.com/apache/airflow/pull/25500#discussion_r936407128
##########
airflow/www/static/js/dag.js:
##########
@@ -269,7 +271,7 @@ export function callModal({
}
query.delete('try_number');
- if (extraLinks && extraLinks.length > 0) {
+ if (!isMapped && extraLinks && extraLinks.length > 0) {
Review Comment:
I guess, I only fixed the view mentioned in #25360 because that’s the part I
can understand :p
--
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]