mrbaguvix commented on a change in pull request #15852:
URL: https://github.com/apache/airflow/pull/15852#discussion_r632651990



##########
File path: airflow/www/static/js/graph.js
##########
@@ -155,8 +156,8 @@ function draw() {
       if (nodeId in taskInstances) tryNumber = taskInstances[nodeId].tryNumber;
       else tryNumber = 0;
 
-      if (task.task_type === 'SubDagOperator') call_modal(nodeId, 
executionDate, task.extra_links, tryNumber, true);
-      else call_modal(nodeId, executionDate, task.extra_links, tryNumber, 
undefined);
+      if (task.task_type === 'SubDagOperator') callModal(nodeId, 
executionDate, task.extra_links, tryNumber, true);
+      else callModal(nodeId, executionDate, task.extra_links, tryNumber, 
undefined);
     } else {
       // join node between TaskGroup. Ignore.
     }

Review comment:
       ```suggestion
       }
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to