Skip to content

Commit

Permalink
[bugfix] errors don't bubble up in explore view
Browse files Browse the repository at this point in the history
Looks like bug was introduced in
apache#3088
  • Loading branch information
mistercrunch committed Aug 12, 2017
1 parent c9c6bca commit 910d530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ ChartContainer.propTypes = propTypes;
function mapStateToProps({ explore, chart }) {
const formData = getFormDataFromControls(explore.controls);
return {
alert: explore.chartAlert,
alert: chart.chartAlert,
can_overwrite: explore.can_overwrite,
can_download: explore.can_download,
datasource: explore.datasource,
Expand Down

0 comments on commit 910d530

Please sign in to comment.