mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 03:35:57 +08:00
fix output of run
This commit is contained in:
parent
ac5e381a1a
commit
955fa4345a
@ -52,7 +52,7 @@ const ResultText: FC<ResultTextProps> = ({
|
|||||||
{outputs && (
|
{outputs && (
|
||||||
<div className='px-4 py-2'>
|
<div className='px-4 py-2'>
|
||||||
<Markdown content={outputs} />
|
<Markdown content={outputs} />
|
||||||
{allFiles?.length && (
|
{!!allFiles?.length && (
|
||||||
<FileList
|
<FileList
|
||||||
files={allFiles}
|
files={allFiles}
|
||||||
showDeleteAction={false}
|
showDeleteAction={false}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user