Skip to content

Commit

Permalink
Serialize dashboardViewConfig in DashboardViewer for consistent data …
Browse files Browse the repository at this point in the history
…handling
  • Loading branch information
simlarsen committed Dec 3, 2024
1 parent 65f9f7c commit ba4795e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dashboard/src/Components/Dashboard/DashboardView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ const DashboardViewer: FunctionComponent<ComponentProps> = (
modelType: Dashboard,
id: props.dashboardId,
data: {
dashboardViewConfig: dashboardViewConfig,
dashboardViewConfig:
JSONFunctions.serializeValue(dashboardViewConfig),
},
});
} catch (err) {
Expand Down

0 comments on commit ba4795e

Please sign in to comment.