This commit is contained in:
Kenneth Jannette
2024-01-13 21:09:22 -06:00
parent 5f3e090498
commit 3189eecdad

View File

@@ -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. Reasons may include high traffic, maintenance, or transitory system lag. Usually this will resolve in 10 minutes. If not, click “report”, and it will be fixed in 24 hours."; "Parsing is taking longer than usual. Reasons may include a corrupt upload file, or high network traffic. This will usually resolve in 15 minutes. If 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">