Skip to content

Commit

Permalink
Viz the compiled query rather than user input. (apache#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkyryliuk authored and Saleh Hindi committed Jun 9, 2017
1 parent a3564c5 commit 406edca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class VisualizeModal extends React.PureComponent {
chartType: this.state.chartType.value,
datasourceName: this.state.datasourceName,
columns: this.state.columns,
sql: this.props.query.sql,
sql: this.props.query.executedSql,
dbId: this.props.query.dbId,
};
$.ajax({
Expand Down

0 comments on commit 406edca

Please sign in to comment.