changes sandbox: {} to eval: true, caused errors in evaluated queries
This commit is contained in:
@@ -71,7 +71,7 @@ const RenderLPAList = ({
|
||||
optionsObj[key].name +
|
||||
'")].value_cy',
|
||||
json: transLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
})
|
||||
: optionsObj[key].name}
|
||||
</option>
|
||||
@@ -155,7 +155,7 @@ const RenderAppealTypeList = ({
|
||||
optionsObj[key].value +
|
||||
'")].value_cy',
|
||||
json: transLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
})
|
||||
: optionsObj[key].value}
|
||||
</option>
|
||||
|
||||
Reference in New Issue
Block a user