Update DashboardContentController.tsx

This commit is contained in:
Nate Kelley 2025-04-18 22:49:35 -06:00
parent b08892744e
commit b1a026bd2b
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@ export const DashboardContentController: React.FC<{
}) })
}; };
}); });
}, [rows, readOnly, dashboard?.id, numberOfMetrics]); }, [JSON.stringify(rows), readOnly, dashboard?.id, numberOfMetrics]);
const { run: debouncedForInitialRenderOnUpdateDashboardConfig } = useDebounceFn( const { run: debouncedForInitialRenderOnUpdateDashboardConfig } = useDebounceFn(
onUpdateDashboardConfig, onUpdateDashboardConfig,
@ -114,7 +114,6 @@ export const DashboardContentController: React.FC<{
remapMetrics, remapMetrics,
dashboard, dashboard,
metrics, metrics,
dashboardRows,
readOnly, readOnly,
numberOfMetrics, numberOfMetrics,
rows, rows,