Skip to content

Commit 6444e7d

Browse files
committed
remove refetch in charts visualize
1 parent 20c1c72 commit 6444e7d

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/charts/components

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/charts/components/ChartsVisualize.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const ChartsVisualize: React.FC<VisualizationProps> = ({
223223

224224
useEffect(() => {
225225
if (chartId && chartDetails?.resourceChart) {
226-
refetch();
226+
// refetch();
227227
updateChartData(chartDetails.resourceChart);
228228
}
229229
}, [chartId, chartDetails]);

0 commit comments

Comments
 (0)