mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Remove the rotation state of the button that parses the document #7008 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -325,6 +325,10 @@ export const useRunNextDocument = () => {
|
||||
run: number;
|
||||
shouldDelete: boolean;
|
||||
}) => {
|
||||
queryClient.invalidateQueries({
|
||||
queryKey: ['fetchDocumentList'],
|
||||
});
|
||||
|
||||
const ret = await kbService.document_run({
|
||||
doc_ids: documentIds,
|
||||
run,
|
||||
|
||||
Reference in New Issue
Block a user