feat: save graph data before opening the debug drawer #918 (#1387)

### What problem does this PR solve?
feat: save graph data before opening the debug drawer #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-05 14:16:03 +08:00
committed by GitHub
parent 74ec3bc4d9
commit 472fcba7af
4 changed files with 41 additions and 27 deletions

View File

@@ -181,3 +181,6 @@ export const buildDslComponentsByGraph = (
return components;
};
export const receiveMessageError = (res: any) =>
res && (res?.response.status !== 200 || res?.data?.retcode !== 0);