mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
[sql lab]Add autoSelect (#2713)
In sql editor database dropdown list, we want to auto-select the first available option.
This commit is contained in:
committed by
Maxime Beauchemin
parent
cb14640a82
commit
fffb7b500a
@@ -155,6 +155,7 @@ class SqlEditorLeftBar extends React.PureComponent {
|
||||
)}
|
||||
mutator={this.dbMutator.bind(this)}
|
||||
placeholder="Select a database"
|
||||
autoSelect
|
||||
/>
|
||||
</div>
|
||||
<div className="m-t-5">
|
||||
|
||||
Reference in New Issue
Block a user