Skip to content

Commit f74d565

Browse files
committed
add refetch
1 parent b49de6c commit f74d565

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)