more
This commit is contained in:
@@ -274,6 +274,7 @@ export const DocCard = (props) => {
|
||||
responseGenerations,
|
||||
confirmDelete,
|
||||
createdAt,
|
||||
clientPosition,
|
||||
} = props;
|
||||
const createdAtTime = createdAt?.seconds
|
||||
? createdAt?.seconds
|
||||
@@ -363,7 +364,14 @@ export const DocCard = (props) => {
|
||||
disabled={disabled}
|
||||
className={"primary-button pt-2 pb-2 gen-button"}
|
||||
onClick={() =>
|
||||
documentId && handleNavigate(documentId, parentCaseId, docType)
|
||||
documentId &&
|
||||
handleNavigate(
|
||||
documentId,
|
||||
parentCaseId,
|
||||
docType,
|
||||
clientPosition,
|
||||
responseGenerations
|
||||
)
|
||||
}
|
||||
labelText={buttonText}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user