mirror of
https://github.com/apache/superset.git
synced 2026-04-13 05:07:53 +00:00
Viz the compiled query rather than user input. (#2086)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user