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
+2 -2
View File
@@ -291,7 +291,7 @@ function Radiofield(props) {
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)
@@ -310,7 +310,7 @@ function Radiofield(props) {
(showIfHasParentShowValue == parentField) != false &&
showIfHasParentShowValue;
// console.log(
//console.log(
// datafieldname,
// showIfHasParentShowValue,
// formProps[form].values[parentField]