Skip to content

Commit

Permalink
Merge pull request #1312 from visualize-admin/fix/table-filters
Browse files Browse the repository at this point in the history
fix: Table filters
  • Loading branch information
bprusinowski authored Jan 19, 2024
2 parents ea35ade + 85104ae commit 2aa07b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/charts/table/chart-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const ChartTableVisualization = ({
cubeFilters: chartConfig.cubes.map((cube) => ({
iri: cube.iri,
componentIris,
filters: cube.filters,
})),
},
});
Expand Down

1 comment on commit 2aa07b9

@vercel
Copy link

@vercel vercel bot commented on 2aa07b9 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization-tool – ./

visualization-tool-git-main-ixt1.vercel.app
visualization-tool-ixt1.vercel.app
visualization-tool-alpha.vercel.app

Please sign in to comment.