From 3bf3a04dcab4be698ab9d1eae37b51c293af87af Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Tue, 10 May 2022 16:21:57 -0400 Subject: [PATCH] Update superset-frontend/src/reports/reducers/reports.js Co-authored-by: Elizabeth Thompson --- superset-frontend/src/reports/reducers/reports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/reports/reducers/reports.js b/superset-frontend/src/reports/reducers/reports.js index d4d12d9c556a7..1896250f5cdeb 100644 --- a/superset-frontend/src/reports/reducers/reports.js +++ b/superset-frontend/src/reports/reducers/reports.js @@ -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,