Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Feb 23, 2022
1 parent 2613445 commit d88cdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset-frontend/src/chart/chartReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ export default function chartReducer(
Object.entries(charts).map(([chartId, chart]) => [
chartId,
// some charts may not have properly handled missing datasource,
// so we reset error message and try to re-render the chart
// once datasource is fully loaded
// causing a JS error, so we reset error message and try to re-render
// the chart once the datasource is fully loaded
chart.chartStatus === 'failed' && chart.chartStackTrace
? {
...chart,
Expand Down

0 comments on commit d88cdf3

Please sign in to comment.