feat: removed auto save layout from dashboard

This commit is contained in:
Palash 2022-06-23 10:54:15 +05:30
parent 7b315c6766
commit 63e663a92d

View File

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