uodated queries to sort deep recursion
This commit is contained in:
@@ -136,7 +136,7 @@ let BuildCheckSection = (props) => {
|
||||
let labelTrans =
|
||||
router.locale == "cy"
|
||||
? jsonpath({
|
||||
path: '$..[?(@.value=="' + label + '")].value_cy',
|
||||
path: '$..[?(@ && @.value=="' + label + '")].value_cy',
|
||||
json: formObj,
|
||||
eval: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user