Skip to content

Commit

Permalink
Merge branch 'master' into fix_warn6
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 17, 2017
2 parents dd5a6ea + 7abe2d5 commit 379502c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -341,7 +341,7 @@ function mapStateToProps(state) {
table_name: formData.datasource_name,
viz_type: formData.viz_type,
triggerRender: state.triggerRender,
datasourceType: state.datasource_type,
datasourceType: state.datasource.type,
datasourceId: state.datasource_id,
};
}
Expand Down
Expand Up @@ -187,7 +187,7 @@ function mapStateToProps(state) {
const form_data = getFormDataFromControls(state.controls);
return {
chartStatus: state.chartStatus,
datasource_type: state.datasource_type,
datasource_type: state.datasource.type,
controls: state.controls,
form_data,
standalone: state.standalone,
Expand Down

0 comments on commit 379502c

Please sign in to comment.