瀏覽代碼

fix: shared text-generation stream (#3419)

tags/0.6.3
zxhlyh 1 年之前
父節點
當前提交
1c56b48238
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/share/text-generation/result/index.tsx

+ 1
- 1
web/app/components/share/text-generation/result/index.tsx 查看文件

@@ -327,7 +327,7 @@ const Result: FC<IResultProps> = ({
return (
<div className={cn(isNoData && !isCallBatchAPI && 'h-full')}>
{!isCallBatchAPI && (
(isResponding && (!completionRes || !isWorkflow))
(isResponding && !completionRes)
? (
<div className='flex h-full w-full justify-center items-center'>
<Loading type='area' />

Loading…
取消
儲存