This commit is contained in:
Kenneth Jannette
2024-03-07 18:52:21 -06:00
parent ef95b6591b
commit b99b1af4fb
3 changed files with 26 additions and 7 deletions

View File

@@ -99,7 +99,6 @@ const CaseDetailsPage = () => {
};
const handleConfirmDocType = (docType) => {
console.log("docType", docType);
setShowConfirmModal(true);
};
@@ -187,6 +186,7 @@ const CaseDetailsPage = () => {
caseData={subCase}
handleConfirmDocType={handleConfirmDocType}
fbUserId={fbUserId}
clientPosition={subCase.clientPosition}
/>
) : null
) : null}