You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/sub-block.tsx
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -346,10 +346,11 @@ function SubBlockComponent({
346
346
|undefined
347
347
348
348
// Use dependsOn gating to compute final disabled state
349
+
// Only pass previewContextValues when in preview mode to avoid format mismatches
0 commit comments