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

shahar1 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 a2c97daac1f Align Dag capitalization in EventsFilters comments (#66879)
a2c97daac1f is described below

commit a2c97daac1f429870495dc44ddc0a1bfe589a6e2
Author: Dahye Park <[email protected]>
AuthorDate: Thu May 14 01:39:55 2026 +0900

    Align Dag capitalization in EventsFilters comments (#66879)
---
 airflow-core/src/airflow/ui/src/pages/Events/EventsFilters.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/src/pages/Events/EventsFilters.tsx 
b/airflow-core/src/airflow/ui/src/pages/Events/EventsFilters.tsx
index e4c0a7280bd..1352fa38f8f 100644
--- a/airflow-core/src/airflow/ui/src/pages/Events/EventsFilters.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/Events/EventsFilters.tsx
@@ -35,7 +35,7 @@ export const EventsFilters = ({ urlDagId, urlRunId, urlTaskId 
}: EventsFiltersPr
     SearchParamsKeys.TRY_NUMBER,
   ];
 
-  // Only add DAG ID filter if not in URL context
+  // Only add Dag ID filter if not in URL context
   if (urlDagId === undefined) {
     searchParamKeys.push(SearchParamsKeys.DAG_ID);
   }

Reply via email to