We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7ce86 commit 692ba69Copy full SHA for 692ba69
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/hooks/use-workflow-execution.ts
@@ -549,7 +549,7 @@ export function useWorkflowExecution() {
549
})
550
551
// Merge subblock states from the appropriate store (scoped to active workflow)
552
- const mergedStates = mergeSubblockState(validBlocks, activeWorkflowId)
+ const mergedStates = mergeSubblockState(validBlocks, activeWorkflowId ?? undefined)
553
554
// Debug: Check for blocks with undefined types after merging
555
Object.entries(mergedStates).forEach(([blockId, block]) => {
0 commit comments