This commit is contained in:
Vikhyath Mondreti
2025-08-20 20:00:41 -07:00
parent cb7ce8659b
commit 692ba69864

View File

@@ -549,7 +549,7 @@ export function useWorkflowExecution() {
})
// Merge subblock states from the appropriate store (scoped to active workflow)
const mergedStates = mergeSubblockState(validBlocks, activeWorkflowId)
const mergedStates = mergeSubblockState(validBlocks, activeWorkflowId ?? undefined)
// Debug: Check for blocks with undefined types after merging
Object.entries(mergedStates).forEach(([blockId, block]) => {