mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 20:53:48 +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>) {
|
async function updateSyncStatus(docIds: Array<number>) {
|
||||||
const [, docs] = await apiInterceptors(
|
const [, docs] = await apiInterceptors(
|
||||||
getDocumentList(spaceId as any, {
|
getDocumentList(spaceName as any, {
|
||||||
doc_ids: docIds,
|
doc_ids: docIds,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user