mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
another workflowid pass through
This commit is contained in:
@@ -192,7 +192,7 @@ function extractSelectorContext(
|
||||
workflowId: string
|
||||
): SelectorContext {
|
||||
const block = currentState.blocks?.[blockId]
|
||||
if (!block?.subBlocks) return {}
|
||||
if (!block?.subBlocks) return { workflowId }
|
||||
return buildSelectorContextFromBlock(block.type, block.subBlocks, { workflowId })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user