From aec4e00e50d91b5df388d53bc416263a734eb740 Mon Sep 17 00:00:00 2001 From: Shashwati Date: Tue, 28 Apr 2026 00:09:06 +0530 Subject: [PATCH] Fix Edit Connection dialog missing lazyMount causing JSON editor infinite loading --- .../airflow/ui/src/pages/Connections/EditConnectionButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/src/pages/Connections/EditConnectionButton.tsx b/airflow-core/src/airflow/ui/src/pages/Connections/EditConnectionButton.tsx index bb6d5ecd4e787..9c0257f3610f8 100644 --- a/airflow-core/src/airflow/ui/src/pages/Connections/EditConnectionButton.tsx +++ b/airflow-core/src/airflow/ui/src/pages/Connections/EditConnectionButton.tsx @@ -71,7 +71,7 @@ const EditConnectionButton = ({ connection, disabled }: Props) => { - + {translate("connections.edit")}