fix output of run

pull/8904/head
JzoNg 1 year ago
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…
Cancel
Save