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:
chanx
2026-04-23 10:15:26 +08:00
committed by GitHub
parent ffa8738a78
commit 387e2903d3

View File

@@ -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);