mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
Some polish on query search (#1222)
* Some polish - Changed query search icon - CopyToClipboard in action bar * Added dbId as linked-button, made modifications based on comments * Fix duplicated import (linting)
This commit is contained in:
@@ -114,7 +114,10 @@ class SqlEditorTopToolbar extends React.Component {
|
||||
<div className="clearfix sql-toolbar">
|
||||
{networkAlert}
|
||||
<div>
|
||||
<DatabaseSelect onChange={this.onChange.bind(this)} />
|
||||
<DatabaseSelect
|
||||
onChange={this.onChange.bind(this)}
|
||||
databaseId={this.props.queryEditor.dbId}
|
||||
/>
|
||||
</div>
|
||||
<div className="m-t-5">
|
||||
<Select
|
||||
|
||||
Reference in New Issue
Block a user