From ad809e8b8a84089060c16bcde755cc973041a498 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:28:01 +0530 Subject: [PATCH] feat: remove output data tab panel --- src/components/run/RunContent.tsx | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index aac07d20..74053bf0 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -632,31 +632,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe > - - -
- - {row.status === 'running' ? currentLog : row.log} - -
-
- - {row.status === 'running' || row.status === 'queued' ? : null} - {row.status === 'running' || row.status === 'queued' ? (