From ad85e7be52ad0123a7fec5bb6a4eae77d4d93600 Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Thu, 8 Jul 2021 16:00:21 -0400 Subject: [PATCH] added isEditMode (#15594) --- .../src/views/CRUD/data/database/DatabaseModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx index 24de281bf..79daf3b41 100644 --- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx +++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx @@ -881,7 +881,7 @@ const DatabaseModal: FunctionComponent = ({ testConnection={testConnection} isEditMode={isEditMode} /> - {isDynamic(db?.backend || db?.engine) && ( + {isDynamic(db?.backend || db?.engine) && !isEditMode && (
infoTooltip(theme)}>