console log tidying
This commit is contained in:
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user