Merge pull request #1306 from palashgdev/489-layout

feat: removed auto save layout from dashboard
This commit is contained in:
Palash 2022-06-23 12:29:12 +05:30 committed by GitHub
commit 17b0ee5434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(() => {