changes sandbox: {} to eval: true, caused errors in evaluated queries
This commit is contained in:
@@ -31,7 +31,7 @@ const RepDetails = (props) => {
|
||||
detailsObj = jsonpath({
|
||||
path: '$..[?(@.pinswg_name=="' + caseReference + '")]',
|
||||
json: setCaseDetailsObj,
|
||||
sandbox: {},
|
||||
eval: true,
|
||||
});
|
||||
|
||||
detailsObj = detailsObj[0];
|
||||
|
||||
Reference in New Issue
Block a user