Skip to content

Commit

Permalink
fix queueddttm vs queuedwhen
Browse files Browse the repository at this point in the history
  • Loading branch information
bbovenzi committed Jun 18, 2024
1 parent 5430c04 commit b451e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/static/js/dag/details/gantt/Row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Row = ({
>
{!!instance && (
<InstanceBar
instance={instance}
instance={{ ...instance, queuedWhen: instance.queuedDttm }}
task={task}
ganttWidth={ganttWidth}
ganttStartDate={ganttStartDate}
Expand Down

0 comments on commit b451e49

Please sign in to comment.