From 3be68f91eea0813a9cc1aee5fbb016d978b2fcc2 Mon Sep 17 00:00:00 2001 From: wb-lh513319 Date: Mon, 19 Aug 2024 16:39:59 +0800 Subject: [PATCH] feat: updateSyncStatus spaceId change to spaceName --- web_new/components/knowledge/segmentation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }), );