fix: not show special panel detail

pull/21369/head
Joel 1 year ago
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…
Cancel
Save