diff --git a/projects/app/src/components/core/chat/components/AIResponseBox.tsx b/projects/app/src/components/core/chat/components/AIResponseBox.tsx index 81248a6d6..9131631aa 100644 --- a/projects/app/src/components/core/chat/components/AIResponseBox.tsx +++ b/projects/app/src/components/core/chat/components/AIResponseBox.tsx @@ -268,9 +268,11 @@ const RenderUserFormInteractive = React.memo(function RenderFormInput({ {interactive.params.description && } {interactive.params.inputForm?.map((input) => ( - - {input.label} - {input.description && } + + + {input.label} + {input.description && } + {input.type === FlowNodeInputTypeEnum.input && (