10489 submission fix

This commit is contained in:
2024-02-27 17:41:28 +00:00
parent 866b085254
commit 4d037ffeb8
8 changed files with 111 additions and 74 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ let BuildCheckRow = (props) => {
const { locale } = router;
const { appealtypes } = router.query;
let formObj = jsonpath(fieldLookup, "$['" + appealtypes + "']");
let formObj = jsonpath("$['" + appealtypes + "']", fieldLookup);
let labelTrans =
router.locale == "cy"