Skip to content

Commit

Permalink
Viz the compiled query rather than user input. (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkyryliuk authored Feb 1, 2017
1 parent ea8e4ad commit 898d80b
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 898d80b

Please sign in to comment.