This commit is contained in:
Kenneth Jannette
2024-01-31 20:31:03 -06:00
parent 56ee3c2d65
commit b7625d6c95
9 changed files with 11 additions and 17 deletions

View File

@@ -284,7 +284,7 @@ export const DocCard = (props) => {
const pendingText =
"Parsing in process, please be patient. This should resolve within 10 minutes.";
const report = (documentId, docType) => {
console.log("report documentId, docType", documentId, docType);
//console.log("report documentId, docType", documentId, docType);
};
return (

View File

@@ -14,7 +14,7 @@ const Radio = (props) => {
details,
isAnnual,
} = props;
console.log("isAnnual in radio", isAnnual);
const classCheckbox = "checkbox";
const classOption = "option";
const index = isAnnual === 1 ? Number("1") : Number("0");

View File

@@ -15,7 +15,7 @@ const TextInput = (props) => {
type,
disabled,
} = props;
console.log("inputClassName", inputClassName);
return (
<div
className={