mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 12:45:53 +08:00
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…
x
Reference in New Issue
Block a user