Explorar el Código

fix: shared text-generation stream (#3419)

tags/0.6.3
zxhlyh hace 1 año
padre
commit
1c56b48238
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/components/share/text-generation/result/index.tsx

+ 1
- 1
web/app/components/share/text-generation/result/index.tsx Ver fichero

@@ -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' />

Cargando…
Cancelar
Guardar