changes sandbox: {} to eval: true, caused errors in evaluated queries
This commit is contained in:
@@ -211,7 +211,7 @@ const AwaitingSubmissionFromBlob = (props) => {
|
||||
).value +
|
||||
'")].value_cy',
|
||||
json: transLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
})
|
||||
: getFormCollectionByID(
|
||||
showTopThreeArr[key]
|
||||
@@ -303,7 +303,7 @@ const AwaitingSubmissionFromBlob = (props) => {
|
||||
] +
|
||||
'")].value_cy',
|
||||
json: transLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
})
|
||||
: showTopThreeArr[key][
|
||||
"pinswg_lpaname"
|
||||
|
||||
Reference in New Issue
Block a user