mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 22:09:44 +00:00
feat: updateSyncStatus spaceId change to spaceName
This commit is contained in:
@@ -106,7 +106,7 @@ export default function Segmentation(props: IProps) {
|
||||
|
||||
async function updateSyncStatus(docIds: Array<number>) {
|
||||
const [, docs] = await apiInterceptors(
|
||||
getDocumentList(spaceId as any, {
|
||||
getDocumentList(spaceName as any, {
|
||||
doc_ids: docIds,
|
||||
}),
|
||||
);
|
||||
|
Reference in New Issue
Block a user