Skip to content

Commit 68ce4f2

Browse files
committed
change plotType to initialPlotType
1 parent dae6ef2 commit 68ce4f2

File tree

1 file changed

+1
-1
lines changed
  • apps/portals/standards/src/config/synapseConfigs

1 file changed

+1
-1
lines changed

apps/portals/standards/src/config/synapseConfigs/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const dataQueryWrapperPlotNavProps: QueryWrapperPlotNavProps = {
5858
'digitalAssessmentDetails',
5959
],
6060
},
61-
plotType: 'BAR',
61+
initialPlotType: 'BAR',
6262
}
6363

6464
export const dataDetailPageProps: StandaloneQueryWrapperProps = {

0 commit comments

Comments
 (0)