misc helper updates

This commit is contained in:
2024-04-22 13:11:29 +01:00
parent 147299ba78
commit af2b7f2063
5 changed files with 21 additions and 2 deletions
-1
View File
@@ -1419,7 +1419,6 @@ export const FieldsTranslations = (label) => {
? jsonpath('$..[?(@.value=="' + label + '")].value_cy', formObj)
: label;
console.log(label, labelTrans);
return labelTrans;
};