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

pierrejeambrun 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 0a800bf65eb Fix DagRun translation file not found (#57358)
0a800bf65eb is described below

commit 0a800bf65eb05ed2bca8e03958105b14b95b5bc6
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Mon Oct 27 18:10:36 2025 +0100

    Fix DagRun translation file not found (#57358)
---
 airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx 
b/airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx
index c233a219db6..ec56b6cd8fc 100644
--- a/airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx
+++ b/airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx
@@ -48,7 +48,7 @@ export enum FilterTypes {
 }
 
 export const useFilterConfigs = () => {
-  const { t: translate } = useTranslation(["browse", "common", "admin", 
"hitl", "dagRun"]);
+  const { t: translate } = useTranslation(["browse", "common", "admin", 
"hitl"]);
 
   const filterConfigMap = {
     [SearchParamsKeys.AFTER]: {

Reply via email to