changes sandbox: {} to eval: true, caused errors in evaluated queries
This commit is contained in:
@@ -151,7 +151,7 @@ export const AppealRow_pdf = (props) => {
|
||||
let formObj = jsonpath({
|
||||
path: "$['" + appealtypes + "']",
|
||||
json: fieldLookup,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
});
|
||||
|
||||
let labelTrans = label;
|
||||
|
||||
Reference in New Issue
Block a user