Fix templating in sqla datasource (#4971)

Fix templating in sqla datasource [has migration]
This commit is contained in:
Ville Brofeldt
2018-05-10 20:28:56 +03:00
committed by Maxime Beauchemin
parent 94249ed20c
commit af4dd59661
7 changed files with 52 additions and 9 deletions

View File

@@ -133,6 +133,7 @@ class VisualizeModal extends React.PureComponent {
columns: this.state.columns,
sql: this.props.query.sql,
dbId: this.props.query.dbId,
templateParams: this.props.query.templateParams,
};
}
buildVisualizeAdvise() {