Skip to content

Commit 94abc42

Browse files
committed
fix resolve values fallback
1 parent c1c6ed6 commit 94abc42

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
@@ -223,7 +223,7 @@ export async function resolveValueForDisplay(
223223

224224
const selectorCtx = context.blockId
225225
? extractSelectorContext(context.blockId, context.currentState, context.workflowId)
226-
: {}
226+
: { workflowId: context.workflowId }
227227

228228
// Credential fields (oauth-input or credential subBlockId)
229229
const isCredentialField =

0 commit comments

Comments
 (0)