diff --git a/apps/sim/app/templates/components/template-card.tsx b/apps/sim/app/templates/components/template-card.tsx index 3c1c32a41..0be5079e0 100644 --- a/apps/sim/app/templates/components/template-card.tsx +++ b/apps/sim/app/templates/components/template-card.tsx @@ -207,7 +207,6 @@ function TemplateCardInner({ isPannable={false} defaultZoom={0.8} fitPadding={0.2} - lightweight /> ) : (
diff --git a/apps/sim/app/workspace/[workspaceId]/logs/components/log-details/components/execution-snapshot/execution-snapshot.tsx b/apps/sim/app/workspace/[workspaceId]/logs/components/log-details/components/execution-snapshot/execution-snapshot.tsx index 49d0e316c..a0f2a7376 100644 --- a/apps/sim/app/workspace/[workspaceId]/logs/components/log-details/components/execution-snapshot/execution-snapshot.tsx +++ b/apps/sim/app/workspace/[workspaceId]/logs/components/log-details/components/execution-snapshot/execution-snapshot.tsx @@ -16,8 +16,8 @@ import { import { redactApiKeys } from '@/lib/core/security/redaction' import { cn } from '@/lib/core/utils/cn' import { - BlockDetailsSidebar, getLeftmostBlockId, + PreviewEditor, WorkflowPreview, } from '@/app/workspace/[workspaceId]/w/components/preview' import { useExecutionSnapshot } from '@/hooks/queries/logs' @@ -248,11 +248,10 @@ export function ExecutionSnapshot({ cursorStyle='pointer' executedBlocks={blockExecutions} selectedBlockId={pinnedBlockId} - lightweight /> {pinnedBlockId && workflowState.blocks[pinnedBlockId] && ( -