mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 19:05:55 +08:00
fix: not show special panel detail
This commit is contained in:
parent
3ec6f96722
commit
cd7c1e2f26
@ -169,7 +169,7 @@ const BasePanel: FC<BasePanelProps> = ({
|
|||||||
return {}
|
return {}
|
||||||
})()
|
})()
|
||||||
|
|
||||||
if (isShowSingleRun) {
|
if (isShowSingleRun || logParams.showSpecialResultPanel) {
|
||||||
return (
|
return (
|
||||||
<div className={cn(
|
<div className={cn(
|
||||||
'relative mr-1 h-full',
|
'relative mr-1 h-full',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user