Skip to content

Commit

Permalink
Update superset-frontend/src/reports/reducers/reports.js
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
  • Loading branch information
AAfghahi and eschutho authored May 10, 2022
1 parent 2a0186b commit 3bf3a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/reports/reducers/reports.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function reportsReducer(state = {}, action) {
...action.json.result,
id: action.json.id,
};
const reportId = report.dashboard || report.chart;
const reportTypeId = report.dashboard || report.chart;

return {
...state,
Expand Down

0 comments on commit 3bf3a04

Please sign in to comment.