mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: typing for explore Control and messageToasts (#11416)
This commit is contained in:
@@ -618,6 +618,7 @@ class DatasourceEditor extends React.PureComponent {
|
||||
<div className="m-l-10 m-t-20 m-b-10">
|
||||
{DATASOURCE_TYPES_ARR.map(type => (
|
||||
<Radio
|
||||
key={type.key}
|
||||
value={type.key}
|
||||
inline
|
||||
onChange={this.onDatasourceTypeChange.bind(this, type.key)}
|
||||
|
||||
Reference in New Issue
Block a user