mirror of https://github.com/buster-so/buster.git
Update DashboardContentController.tsx
This commit is contained in:
parent
b08892744e
commit
b1a026bd2b
|
@ -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(
|
||||
onUpdateDashboardConfig,
|
||||
|
@ -114,7 +114,6 @@ export const DashboardContentController: React.FC<{
|
|||
remapMetrics,
|
||||
dashboard,
|
||||
metrics,
|
||||
dashboardRows,
|
||||
readOnly,
|
||||
numberOfMetrics,
|
||||
rows,
|
||||
|
|
Loading…
Reference in New Issue