mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix(DatabaseModal): Resolve Connect button issue for SQLAlchemy URI database connections (#34112)
This commit is contained in:
@@ -70,6 +70,7 @@ export const ErrorAlert: React.FC<ErrorAlertProps> = ({
|
||||
const preStyle = {
|
||||
whiteSpace: 'pre-wrap',
|
||||
fontFamily: theme.fontFamilyCode,
|
||||
margin: `${theme.sizeUnit}px 0`,
|
||||
};
|
||||
const renderDescription = () => (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user