Skip to content

Commit

Permalink
fix: Load values
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Feb 22, 2024
1 parent 1f35887 commit b469486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurator/configurator-state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ export const initChartStateFromCube = async (
sourceType: dataSource.type,
sourceUrl: dataSource.url,
locale,
cubeFilters: [{ iri: cubeIri }],
cubeFilters: [{ iri: cubeIri, loadValues: true }],
});

if (components?.dataCubesComponents) {
Expand Down

0 comments on commit b469486

Please sign in to comment.