copy amends

This commit is contained in:
2024-03-27 19:51:30 +00:00
parent 37b9549cd1
commit 802bb3c9f7
57 changed files with 538 additions and 614 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ let BuildCheckRow = (props) => {
let labelTrans =
router.locale == "cy"
? jsonpath("$..[?(@.value=='" + label + "')].value_cy", formObj)
? jsonpath('$..[?(@.value=="' + label + '")].value_cy', formObj)
: label;
return labelTrans;
};