From ce05696d95d9d3e90d15d185bedf5bf1fac0c788 Mon Sep 17 00:00:00 2001 From: balibabu Date: Thu, 16 Oct 2025 18:45:27 +0800 Subject: [PATCH] Fix: Open the parser operator configuration, save it, and run the agent. An error will be reported. #10615 (#10619) ### What problem does this PR solve? Fix: Open the parser operator configuration, save it, and run the agent. An error will be reported. #10615 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/pages/data-flow/form/parser-form/index.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/src/pages/data-flow/form/parser-form/index.tsx b/web/src/pages/data-flow/form/parser-form/index.tsx index f3e82db0f..610c10506 100644 --- a/web/src/pages/data-flow/form/parser-form/index.tsx +++ b/web/src/pages/data-flow/form/parser-form/index.tsx @@ -30,6 +30,7 @@ import { useWatchFormChange } from '../../hooks/use-watch-form-change'; import { INextOperatorForm } from '../../interface'; import { buildOutputList } from '../../utils/build-output-list'; import { Output } from '../components/output'; +import { OutputFormatFormField } from './common-form-fields'; import { EmailFormFields } from './email-form-fields'; import { ImageFormFields } from './image-form-fields'; import { PdfFormFields } from './pdf-form-fields'; @@ -146,10 +147,12 @@ function ParserItem({ )} - {/* */} +
+ +
{index < fieldLength - 1 && } );