Skip to content

Commit

Permalink
Fix task duration selection (#37630)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbovenzi committed Feb 22, 2024
1 parent 2cb78c4 commit a667941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/static/js/dag/details/index.tsx
Expand Up @@ -312,6 +312,7 @@ const Details = ({
pr={4}
mt="4px"
onClick={() => {
onChangeTab(0);
onSelect({ taskId });
}}
>
Expand Down

0 comments on commit a667941

Please sign in to comment.