Skip to content

Commit

Permalink
fix: loading sample data endpoint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Nov 16, 2023
1 parent 1177de8 commit e176a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/chart-module/routes/preview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function ChartBuilderPreview(props: ChartBuilderPreviewProps) {
setActivePanels(1);

if (props.data.length === 0 && dataset) {
props.loadDataset(`data-themes/sample-data/${dataset}`);
props.loadDataset(`chart/sample-data/${dataset}`);
}
}, []);

Expand Down

0 comments on commit e176a7b

Please sign in to comment.