mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-06 06:36:34 +08:00
Merge pull request #1306 from palashgdev/489-layout
feat: removed auto save layout from dashboard
This commit is contained in:
commit
17b0ee5434
@ -218,7 +218,7 @@ function GridGraph(props: Props): JSX.Element {
|
||||
const onLayoutChangeHandler = async (layout: Layout[]): Promise<void> => {
|
||||
setLayoutFunction(layout);
|
||||
|
||||
await onLayoutSaveHandler(layout);
|
||||
// await onLayoutSaveHandler(layout);
|
||||
};
|
||||
|
||||
const onAddPanelHandler = useCallback(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user