mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 14:35:55 +08:00
fix: shared text-generation stream (#3419)
This commit is contained in:
parent
a258a90291
commit
1c56b48238
@ -327,7 +327,7 @@ const Result: FC<IResultProps> = ({
|
|||||||
return (
|
return (
|
||||||
<div className={cn(isNoData && !isCallBatchAPI && 'h-full')}>
|
<div className={cn(isNoData && !isCallBatchAPI && 'h-full')}>
|
||||||
{!isCallBatchAPI && (
|
{!isCallBatchAPI && (
|
||||||
(isResponding && (!completionRes || !isWorkflow))
|
(isResponding && !completionRes)
|
||||||
? (
|
? (
|
||||||
<div className='flex h-full w-full justify-center items-center'>
|
<div className='flex h-full w-full justify-center items-center'>
|
||||||
<Loading type='area' />
|
<Loading type='area' />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user