Fix: The dataset uses the new id to obtain the knowledge graph #10333 (#10339)

### What problem does this PR solve?

Fix: The dataset uses the new id to obtain the knowledge graph #10333

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-09-28 15:39:49 +08:00
committed by GitHub
parent 72d1047a8f
commit 6dfb0c245c
4 changed files with 4 additions and 4 deletions

View File

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