This commit is contained in:
Kenneth Jannette
2024-03-07 15:51:24 -06:00
parent cef661e69f
commit 9f7f31e1b8
2 changed files with 2 additions and 4 deletions

View File

@@ -149,7 +149,6 @@ const DocumentListPage = ({ perPage }) => {
caseId,
documentType
) {
console.log("documentType in handleNavigate", documentType);
const _id = String(documentId);
const _resGen = String(responseGenerations);
const parentCaseId = String(caseId);
@@ -183,7 +182,7 @@ const DocumentListPage = ({ perPage }) => {
if (!group) {
return null;
}
console.log("allDocs", allDocs);
const DesktopContent = () => {
return (
<>