mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +00:00
chore: Changes the DatabaseSelector to use the new Select component (#16334)
This commit is contained in:
committed by
GitHub
parent
0cdc7675b4
commit
c768941f2f
@@ -227,10 +227,7 @@ class DatasourceControl extends React.PureComponent {
|
||||
</Tooltip>
|
||||
)}
|
||||
{extra?.warning_markdown && (
|
||||
<WarningIconWithTooltip
|
||||
warningMarkdown={extra.warning_markdown}
|
||||
size={30}
|
||||
/>
|
||||
<WarningIconWithTooltip warningMarkdown={extra.warning_markdown} />
|
||||
)}
|
||||
<Dropdown
|
||||
overlay={datasourceMenu}
|
||||
|
||||
Reference in New Issue
Block a user