diff --git a/ui/src/components/ExecutionDiagram/tabs/ErrorTab.tsx b/ui/src/components/ExecutionDiagram/tabs/ErrorTab.tsx index 511d4e8b..2a8630c9 100644 --- a/ui/src/components/ExecutionDiagram/tabs/ErrorTab.tsx +++ b/ui/src/components/ExecutionDiagram/tabs/ErrorTab.tsx @@ -1,3 +1,4 @@ +import { CodeBlock } from '@cameleer/design-system'; import type { ProcessorNode, ExecutionDetail } from '../types'; import styles from '../ExecutionDiagram.module.css'; @@ -37,7 +38,7 @@ export function ErrorTab({ processor, executionDetail }: ErrorTabProps) { {errorStackTrace && ( <>
Stack Trace
-
{errorStackTrace}
+ )}