This commit is contained in:
Kenneth Jannette
2024-03-07 15:10:00 -06:00
parent 03d0123e06
commit a393eaed05
2 changed files with 9 additions and 1 deletions

View File

@@ -281,7 +281,7 @@ export const DocCard = (props) => {
const now = new Date().getTime();
const uploadedAt = new Date(createdAtTime * 1000);
const isReportable = Math.round((now - uploadedAt) / 60 / 1000) > 15;
console.log("responseGenerations", responseGenerations);
const disabled = docType ? false : true;
const tooltipText =
"Parsing is taking a bit longer than usual. This usually resolves within 15 minutes. If it does not, click “report” and support will address the issue within 24 hours.";