This commit is contained in:
Kenneth Jannette
2024-03-11 07:41:00 -05:00
parent 23d1f57a2c
commit 69e1aa9453
2 changed files with 2 additions and 10 deletions

View File

@@ -353,13 +353,7 @@ export const DocCard = (props) => {
disabled={disabled}
className={"primary-button pt-2 pb-2 gen-button"}
onClick={() =>
documentId &&
handleNavigate(
documentId,
responseGenerations,
parentCaseId,
docType
)
documentId && handleNavigate(documentId, parentCaseId, docType)
}
labelText={buttonText}
/>