mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 08:02:38 +00:00
fix: fix app expr break
This commit is contained in:
@@ -254,7 +254,6 @@
|
||||
row: rowContext ? $rowContext : undefined,
|
||||
group: groupContext ? $groupContext : undefined
|
||||
}),
|
||||
false,
|
||||
$state,
|
||||
isEditor,
|
||||
$componentControl,
|
||||
@@ -456,7 +455,6 @@
|
||||
row: rowContext ? $rowContext : undefined,
|
||||
result: res
|
||||
}),
|
||||
false,
|
||||
$state,
|
||||
isEditor,
|
||||
$componentControl,
|
||||
|
||||
@@ -66,7 +66,6 @@ function make_context_evaluator(eval_string, contextKeys: string[]): WmFunctor {
|
||||
return functorCache[cacheKey]
|
||||
}
|
||||
let template = create_context_function_template(eval_string, contextKeys)
|
||||
console.log(template)
|
||||
let functor = Function(template)
|
||||
let r = functor()
|
||||
functorCache[cacheKey] = r
|
||||
|
||||
Reference in New Issue
Block a user