mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 02:55: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 {}
|
||||
})()
|
||||
|
||||
if (isShowSingleRun) {
|
||||
if (isShowSingleRun || logParams.showSpecialResultPanel) {
|
||||
return (
|
||||
<div className={cn(
|
||||
'relative mr-1 h-full',
|
||||
|
Loading…
x
Reference in New Issue
Block a user