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 8ec7601eab6 Fix TI overview trend count link (#59059)
8ec7601eab6 is described below
commit 8ec7601eab690b23852016e6762e0134d5509bbc
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Thu Dec 4 19:08:25 2025 +0100
Fix TI overview trend count link (#59059)
---
airflow-core/src/airflow/ui/src/pages/Task/Overview/Overview.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/ui/src/pages/Task/Overview/Overview.tsx
b/airflow-core/src/airflow/ui/src/pages/Task/Overview/Overview.tsx
index d003174b987..cee8163cb94 100644
--- a/airflow-core/src/airflow/ui/src/pages/Task/Overview/Overview.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/Task/Overview/Overview.tsx
@@ -96,7 +96,7 @@ export const Overview = () => {
})}
route={{
pathname: "task_instances",
- search: `${SearchParamsKeys.STATE}=failed`,
+ search: `${SearchParamsKeys.TASK_STATE}=failed`,
}}
startDate={startDate}
/>