Skip to content

Commit

Permalink
fix: handle empty default selection
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Aug 13, 2024
1 parent dd97a07 commit f00b5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/multiDim/MultiDimDataPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const MultiDimDataPageContent = ({
...currentView?.config,
dimensions: dimensionsConfig,
isEmbeddedInADataPage: true,
selectedEntityNames: config.config.defaultSelection,
selectedEntityNames: config.config.defaultSelection ?? [],

bounds,
} as GrapherProgrammaticInterface
Expand Down

0 comments on commit f00b5f2

Please sign in to comment.