mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 03:55:52 +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 (
|
||||
<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…
x
Reference in New Issue
Block a user