Fix: The enterprise version of the knowledge graph cannot be displayed. #10333 (#10334)

### What problem does this PR solve?
Fix: The enterprise version of the knowledge graph cannot be displayed.
#10333
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-28 12:18:58 +08:00
committed by GitHub
parent 723cf9443e
commit fc56217eb3
3 changed files with 29 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import {
useKnowledgeBaseId,
useRemoveKnowledgeGraph,
} from '@/hooks/knowledge-hooks';
} from '@/hooks/use-knowledge-request';
import { useCallback } from 'react';
import { useNavigate } from 'umi';