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