Skip to content

Commit 156ef67

Browse files
committed
feat(code): collapsed JSON in terminal
1 parent 6814f33 commit 156ef67

File tree

2 files changed

+543
-177
lines changed
  • apps/sim
    • app/workspace/[workspaceId]/w/[workflowId]/components/terminal
    • components/emcn/components/code

2 files changed

+543
-177
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/terminal/terminal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ const OutputCodeContent = React.memo(function OutputCodeContent({
268268
onMatchCountChange={onMatchCountChange}
269269
contentRef={contentRef}
270270
virtualized
271+
showCollapseColumn={language === 'json'}
271272
/>
272273
)
273274
})

0 commit comments

Comments
 (0)