mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
style: white toolbar for SQL Lab (#10851)
This commit is contained in:
committed by
GitHub
parent
85a916036c
commit
6cb67017a5
@@ -534,6 +534,7 @@ class SqlEditor extends React.PureComponent {
|
||||
<div className="rightItems">
|
||||
<Button
|
||||
className="autocomplete"
|
||||
buttonSize="small"
|
||||
onClick={this.handleToggleAutocompleteEnabled}
|
||||
>
|
||||
<Checkbox checked={this.state.autocompleteEnabled} />{' '}
|
||||
|
||||
Reference in New Issue
Block a user