added isEditMode (#15594)
This commit is contained in:
parent
e539d08074
commit
ad85e7be52
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue