From df033558a20a08dfc7a27e7dd2217777ff004e5b Mon Sep 17 00:00:00 2001 From: Timi Fasubaa Date: Wed, 13 Sep 2017 15:16:13 -0700 Subject: [PATCH] renit --- superset/assets/javascripts/SqlLab/components/SqlEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/javascripts/SqlLab/components/SqlEditor.jsx b/superset/assets/javascripts/SqlLab/components/SqlEditor.jsx index dafa0d5429c63..742b1d2b5f044 100644 --- a/superset/assets/javascripts/SqlLab/components/SqlEditor.jsx +++ b/superset/assets/javascripts/SqlLab/components/SqlEditor.jsx @@ -72,7 +72,7 @@ class SqlEditor extends React.PureComponent { this.props.actions.queryEditorSetSql(this.props.queryEditor, sql); } runQuery(runAsync = false) { - if (!this.props.queryEditor.sql){ + if (!this.props.queryEditor.sql) { return; } let effectiveRunAsync = runAsync;