field.expr error message

This commit is contained in:
Ruben Fiszel
2025-06-15 03:15:55 +02:00
parent 0fac009882
commit 2c13c27404
@@ -419,7 +419,7 @@
allowUserResources.push(k)
}
} else if (field?.type == 'eval' || (field?.type == 'evalv2' && inputValues[k])) {
const ctxMatch = field.expr.match(ctxRegex)
const ctxMatch = field?.expr?.match(ctxRegex)
if (ctxMatch) {
nonStaticRunnableInputs[k] = '$ctx:' + ctxMatch[1]
} else {