diff --git a/web_new/components/knowledge/segmentation.tsx b/web_new/components/knowledge/segmentation.tsx index 4829c5528..4c97e4ecc 100644 --- a/web_new/components/knowledge/segmentation.tsx +++ b/web_new/components/knowledge/segmentation.tsx @@ -106,7 +106,7 @@ export default function Segmentation(props: IProps) { async function updateSyncStatus(docIds: Array) { const [, docs] = await apiInterceptors( - getDocumentList(spaceId as any, { + getDocumentList(spaceName as any, { doc_ids: docIds, }), );