more
This commit is contained in:
@@ -156,9 +156,7 @@ const DocumentListPage = ({ perPage }) => {
|
||||
if (documentType === "interrogatories-out") {
|
||||
navigate(`/reqedit/${_id}/interrogatories-out/${parentCaseId}`);
|
||||
} else {
|
||||
navigate(
|
||||
`/docedit/${_id}/${responseGenerations}/${parentCaseId}/${documentType}`
|
||||
);
|
||||
navigate(`/docedit/${_id}/${parentCaseId}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user