guan404ming commented on code in PR #55994:
URL: https://github.com/apache/airflow/pull/55994#discussion_r2372783010


##########
airflow-core/src/airflow/ui/src/layouts/Details/Gantt/Gantt.tsx:
##########
@@ -306,6 +342,15 @@ export const Gantt = ({ dagRunState, limit, runType, 
triggeringUser }: Props) =>
           paddingTop: flatNodes.length === 1 ? 15 : 1.5,
         }}
       />
+      <GanttTooltip
+        data={data}
+        selectedTimezone={selectedTimezone}
+        taskId={tooltipData.taskId}
+        translate={translate}

Review Comment:
   I try to make it more efficient without initializing it again. But it would 
be more straightforward to call it inside the component.



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