more
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user