This commit is contained in:
Kenneth Jannette
2024-01-18 15:16:55 -06:00
parent 0bcd20ecce
commit 971ce1aad9
4 changed files with 6 additions and 8 deletions

View File

@@ -278,6 +278,7 @@ export const DocCard = (props) => {
const report = (documentId, docType) => {
console.log("report documentId, docType", documentId, docType);
};
const tooltipText =
"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;