mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
added isEditMode (#15594)
This commit is contained in:
@@ -881,7 +881,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
testConnection={testConnection}
|
||||
isEditMode={isEditMode}
|
||||
/>
|
||||
{isDynamic(db?.backend || db?.engine) && (
|
||||
{isDynamic(db?.backend || db?.engine) && !isEditMode && (
|
||||
<div css={(theme: SupersetTheme) => infoTooltip(theme)}>
|
||||
<Button
|
||||
buttonStyle="link"
|
||||
|
||||
Reference in New Issue
Block a user