mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
Fix templating in sqla datasource (#4971)
Fix templating in sqla datasource [has migration]
This commit is contained in:
committed by
Maxime Beauchemin
parent
94249ed20c
commit
af4dd59661
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user