mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
field.expr error message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user