From 0c380fb7acb20999ce677fdc534ab7cffc1caf8a Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 13 Jan 2024 02:34:03 -0600 Subject: [PATCH] more --- src/pageElements/Cards.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pageElements/Cards.js b/src/pageElements/Cards.js index 4ce60ac..7d95066 100644 --- a/src/pageElements/Cards.js +++ b/src/pageElements/Cards.js @@ -274,6 +274,10 @@ export const DocCard = (props) => { responseGenerations, confirmDelete, } = props; + + const report = (documentId, docType) => { + console.log("report documentId, docType", documentId, docType); + }; const tooltipText = "Parsing is taking longer than usual. Reasons may include high traffic, or a transitory system error. Usually this will resolve in 10 minutes. If not, click “report”, and it will be fixed in 24 hours."; const disabled = docType ? false : true; @@ -301,6 +305,7 @@ export const DocCard = (props) => {