Skip to content

Commit 63c935b

Browse files
committed
fix: Dashboard interactive filters do not crash when there are merged cubes
1 parent dffc190 commit 63c935b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/dashboard-interactive-filters.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ const DashboardTimeRangeSlider = ({
9999
chartConfig.cubes.map((x: DataCubeComponentFilter) => ({
100100
iri: x.iri,
101101
componentIris: [filter.componentIri],
102+
joinBy: x.joinBy,
102103
}))
103104
),
104105
(x) => x.iri

0 commit comments

Comments
 (0)