mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-10 21:55:42 +08:00
Fix: Some bugs (#14287)
### What problem does this PR solve? Fix: Some bugs - Pipeline runtime log files could not be viewed - Corrected TOC terminology errors in the English translation ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ export function useRunDataflow({
|
||||
|
||||
if (res && res?.response.status === 200 && get(res, 'data.code') === 0) {
|
||||
// fetch canvas
|
||||
setUploadedFileData(fileResponseData.file);
|
||||
setUploadedFileData(fileResponseData.file[0]);
|
||||
const msgId = get(res, 'data.data.message_id');
|
||||
if (msgId) {
|
||||
setMessageId(msgId);
|
||||
|
||||
Reference in New Issue
Block a user