Merge branch 'develop' into 1249-service-tab

This commit is contained in:
Palash 2022-06-23 12:38:48 +05:30 committed by GitHub
commit b39e0465b0
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(() => {