console log tidying

This commit is contained in:
2024-06-05 19:51:43 +01:00
parent 2a6cd32452
commit 300a45ee0f
19 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -292,7 +292,7 @@ function Radiofield(props) {
let { t } = useTranslation();
const router = useRouter();
const required = (value) => (value ? undefined : "Required");
// console.log(props.options);
//console.log(props.options);
const fieldOptions = props.options
.slice(1, props.options.length - 1)
@@ -311,7 +311,7 @@ function Radiofield(props) {
(showIfHasParentShowValue == parentField) != false &&
showIfHasParentShowValue;
// console.log(
//console.log(
// datafieldname,
// showIfHasParentShowValue,
// formProps[form].values[parentField]
@@ -417,7 +417,7 @@ let CreateCase = (props) => {
appTypeCollection = getFormCollectionByID(whichAppealType);
// console.log(
//console.log(
// "/newappeal" +
// "/" +
// appTypeCollection.UrlName +