Skip to content

Commit

Permalink
fix: use the native usersetting rather than display-prefixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Apr 23, 2024
1 parent ed2ff36 commit bede106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const DataVisualizerPlugin = ({
<VisualizationPlugin
visualization={visualization}
forDashboard={true}
userSettings={userSettings}
displayProperty={userSettings.keyAnalysisDisplayProperty}
style={style}
onLoadingComplete={onLoadingComplete}
onError={onError}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const IframePlugin = ({
() => ({
isVisualizationLoaded: true,
forDashboard: true,
displayProperty: userSettings.displayProperty,
displayProperty: userSettings.keyAnalysisDisplayProperty,
visualization,
onError,

Expand Down

0 comments on commit bede106

Please sign in to comment.