mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: running line
This commit is contained in:
@ -11,7 +11,7 @@ const Node: FC<NodeProps<AnswerNodeType>> = ({
|
||||
const { t } = useTranslation()
|
||||
|
||||
return (
|
||||
<div className='px-3'>
|
||||
<div className='mb-1 px-3 py-1'>
|
||||
<InfoPanel title={t('workflow.nodes.answer.answer')} content={data.answer} />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user