Skip to content

Commit

Permalink
renit
Browse files Browse the repository at this point in the history
  • Loading branch information
timifasubaa committed Sep 13, 2017
1 parent 7d14512 commit df03355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit df03355

Please sign in to comment.