@@ -279,7 +279,7 @@ export const DocCard = (props) => {
|
|||||||
console.log("report documentId, docType", documentId, docType);
|
console.log("report documentId, docType", documentId, docType);
|
||||||
};
|
};
|
||||||
const tooltipText =
|
const tooltipText =
|
||||||
"Parsing is taking longer than usual. This will usually resolve within 15 minutes. If it does not, click “report” and support will address the issue within 24 hours.";
|
"Parsing is taking a bit longer than usual. This usually resolves within 10 - 15 minutes. If it does not, click “report” and support will address the issue within 24 hours.";
|
||||||
const disabled = docType ? false : true;
|
const disabled = docType ? false : true;
|
||||||
return (
|
return (
|
||||||
<div className="doc-card-container">
|
<div className="doc-card-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user