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(
|
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,
|
||||||
|
|
Loading…
Reference in New Issue