mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
This reverts commit c768941f2f.
This commit is contained in:
@@ -227,7 +227,10 @@ class DatasourceControl extends React.PureComponent {
|
||||
</Tooltip>
|
||||
)}
|
||||
{extra?.warning_markdown && (
|
||||
<WarningIconWithTooltip warningMarkdown={extra.warning_markdown} />
|
||||
<WarningIconWithTooltip
|
||||
warningMarkdown={extra.warning_markdown}
|
||||
size={30}
|
||||
/>
|
||||
)}
|
||||
<Dropdown
|
||||
overlay={datasourceMenu}
|
||||
|
||||
Reference in New Issue
Block a user