changes sandbox: {} to eval: true, caused errors in evaluated queries
This commit is contained in:
@@ -153,7 +153,7 @@ let AdvancedSearch = (props) => {
|
||||
.name +
|
||||
'")].value_cy',
|
||||
json: transLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
})
|
||||
: optionsObj[key].name ||
|
||||
t(
|
||||
@@ -258,7 +258,7 @@ let AdvancedSearch = (props) => {
|
||||
.value +
|
||||
'")].value_cy',
|
||||
json: transLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
})
|
||||
: optionsObj[key].value ||
|
||||
t(
|
||||
|
||||
Reference in New Issue
Block a user