mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 20:15:54 +08:00
feat: removed auto save layout from dashboard
This commit is contained in:
parent
7b315c6766
commit
63e663a92d
@ -218,7 +218,7 @@ function GridGraph(props: Props): JSX.Element {
|
|||||||
const onLayoutChangeHandler = async (layout: Layout[]): Promise<void> => {
|
const onLayoutChangeHandler = async (layout: Layout[]): Promise<void> => {
|
||||||
setLayoutFunction(layout);
|
setLayoutFunction(layout);
|
||||||
|
|
||||||
await onLayoutSaveHandler(layout);
|
// await onLayoutSaveHandler(layout);
|
||||||
};
|
};
|
||||||
|
|
||||||
const onAddPanelHandler = useCallback(() => {
|
const onAddPanelHandler = useCallback(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user