This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a6679413fa Fix task duration selection (#37630)
a6679413fa is described below

commit a6679413fad7023c951e01f788b36a35b204506a
Author: Brent Bovenzi <[email protected]>
AuthorDate: Thu Feb 22 15:47:10 2024 -0500

    Fix task duration selection (#37630)
---
 airflow/www/static/js/dag/details/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/www/static/js/dag/details/index.tsx 
b/airflow/www/static/js/dag/details/index.tsx
index 1d8863f14d..8e5301af9e 100644
--- a/airflow/www/static/js/dag/details/index.tsx
+++ b/airflow/www/static/js/dag/details/index.tsx
@@ -312,6 +312,7 @@ const Details = ({
               pr={4}
               mt="4px"
               onClick={() => {
+                onChangeTab(0);
                 onSelect({ taskId });
               }}
             >

Reply via email to