Skip to content

Commit 692ba69

Browse files
committed
fix type
1 parent cb7ce86 commit 692ba69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/hooks/use-workflow-execution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ export function useWorkflowExecution() {
549549
})
550550

551551
// Merge subblock states from the appropriate store (scoped to active workflow)
552-
const mergedStates = mergeSubblockState(validBlocks, activeWorkflowId)
552+
const mergedStates = mergeSubblockState(validBlocks, activeWorkflowId ?? undefined)
553553

554554
// Debug: Check for blocks with undefined types after merging
555555
Object.entries(mergedStates).forEach(([blockId, block]) => {

0 commit comments

Comments
 (0)