mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
[js linting] use airbnb eslint settings (#796)
* add airbnb eslint settings and lint all the code * fix linting erros
This commit is contained in:
@@ -16,10 +16,11 @@ export default function QueryAndSaveBtns({ canAdd, onQuery }) {
|
||||
<button type="button" className="btn btn-primary" onClick={onQuery}>
|
||||
<i className="fa fa-bolt"></i>Query
|
||||
</button>
|
||||
<button type="button"
|
||||
className={saveClasses}
|
||||
data-target="#save_modal"
|
||||
data-toggle="modal"
|
||||
<button
|
||||
type="button"
|
||||
className={saveClasses}
|
||||
data-target="#save_modal"
|
||||
data-toggle="modal"
|
||||
>
|
||||
<i className="fa fa-plus-circle"></i>Save as
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user