fix: fixed the issue where the greeting message could not be displayed when opening the debug window #918 (#1499)

### What problem does this PR solve?

fix: fixed the issue where the greeting message could not be displayed
when opening the debug window #918

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-07-12 23:39:07 +08:00
committed by GitHub
parent 38a90c32b2
commit d9868d0229
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ export const useFetchFlow = (): {
initialData: {} as IFlow,
refetchOnReconnect: false,
refetchOnMount: false,
refetchOnWindowFocus: false,
queryFn: async () => {
const { data } = await flowService.getCanvas({}, id);