This commit is contained in:
Kenneth Jannette
2024-03-07 20:24:59 -06:00
parent a344cfbfd4
commit c713033e71
3 changed files with 15 additions and 5 deletions

View File

@@ -117,6 +117,7 @@ const CaseDetailsPage = () => {
if (docType === "interrogatories-out") {
setTimeout(handleNavEdit, 40000, docId, caseId);
} else {
// try to kick off parsing here
setTimeout(handleNavigate, 40000, docId, caseId);
}
};