diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx
index 9795b956ae4..1c6bbddfe09 100644
--- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx
+++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx
@@ -741,7 +741,7 @@ export const Panel = memo(function Panel() {
-
@@ -802,7 +802,7 @@ export const Panel = memo(function Panel() {
setIsChatOpen(!isChatOpen)}
>
@@ -853,43 +853,28 @@ export const Panel = memo(function Panel() {
{isCopilotTabAvailable && (
- handleTabClick('copilot')}
data-tab-button='copilot'
>
Chat
-
+
)}
- handleTabClick('toolbar')}
data-tab-button='toolbar'
>
Toolbar
-
-
+ handleTabClick('editor')}
data-tab-button='editor'
>
Editor
-
+
diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/terminal/components/output-panel/output-panel.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/terminal/components/output-panel/output-panel.tsx
index 7eb787be542..2ca2535e3c4 100644
--- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/terminal/components/output-panel/output-panel.tsx
+++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/terminal/components/output-panel/output-panel.tsx
@@ -3,6 +3,7 @@
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react'
import {
Button,
+ Chip,
Code,
cn,
Input,
@@ -308,29 +309,13 @@ export const OutputPanel = React.memo(function OutputPanel({
onClick={handleHeaderClick}
>
-
+
Output
-
+
{hasInputData && (
-
+
Input
-
+
)}