Skip to content

Commit adea9db

Browse files
committed
another workflowid pass through
1 parent 94abc42 commit adea9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/workflows/comparison/resolve-values.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function extractSelectorContext(
192192
workflowId: string
193193
): SelectorContext {
194194
const block = currentState.blocks?.[blockId]
195-
if (!block?.subBlocks) return {}
195+
if (!block?.subBlocks) return { workflowId }
196196
return buildSelectorContextFromBlock(block.type, block.subBlocks, { workflowId })
197197
}
198198

0 commit comments

Comments
 (0)