mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 11:36:44 +08:00
feat: confirm before deleting knowledge base and add ChunkToolBar (#56)
* feat: confirm before deleting knowledge base * feat: add ChunkToolBar
This commit is contained in:
@ -35,7 +35,7 @@ const model: DvaModel<KSModelState> = {
|
||||
if (retcode === 0) {
|
||||
message.success('创建知识库成功!');
|
||||
}
|
||||
return retcode;
|
||||
return data;
|
||||
},
|
||||
*updateKb({ payload = {} }, { call, put }) {
|
||||
const { data } = yield call(kbService.updateKb, payload);
|
||||
|
||||
Reference in New Issue
Block a user