uranusjr commented on a change in pull request #22272:
URL: https://github.com/apache/airflow/pull/22272#discussion_r828749020



##########
File path: airflow/www/static/js/tree/StatusBox.jsx
##########
@@ -36,9 +36,9 @@ const StatusBox = ({
   group, instance, containerRef, extraLinks = [],
 }) => {
   const {
-    executionDate, taskId, tryNumber = 0, operator, runId,
+    executionDate, taskId, tryNumber = 0, operator, runId, mapIndex,
   } = instance;
-  const onClick = () => executionDate && callModal(taskId, executionDate, 
extraLinks, tryNumber, operator === 'SubDagOperator' || undefined, runId);
+  const onClick = () => executionDate && callModal(taskId, executionDate, 
extraLinks, tryNumber, operator === 'SubDagOperator', runId, mapIndex);

Review comment:
       Same, does it matter to use false vs undefined?




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