diff --git a/frontend/src/store/actions/dashboard/saveDashboard.ts b/frontend/src/store/actions/dashboard/saveDashboard.ts index 33f1a03422..a280221d9f 100644 --- a/frontend/src/store/actions/dashboard/saveDashboard.ts +++ b/frontend/src/store/actions/dashboard/saveDashboard.ts @@ -73,6 +73,15 @@ export const SaveDashboard = ({ opacity: updatedopacity, title: updatedTitle, timePreferance: updatedtimePreferance, + queryData: { + ...selectedWidget.queryData, + data: [ + ...selectedWidget.queryData.data.map((e) => ({ + ...e, + queryData: [], + })), + ], + }, }, ...afterWidget, ],