diff options
Diffstat (limited to 'components/document-lists/vendor-doc-list-client.tsx')
| -rw-r--r-- | components/document-lists/vendor-doc-list-client.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/document-lists/vendor-doc-list-client.tsx b/components/document-lists/vendor-doc-list-client.tsx index 61a85048..0c4af106 100644 --- a/components/document-lists/vendor-doc-list-client.tsx +++ b/components/document-lists/vendor-doc-list-client.tsx @@ -51,7 +51,7 @@ export default function VendorDocumentListClient({ setProjectType("plant") // Navigate to the contract's documents page - router.push(`/partners/document-list/${contractId}?projectType=plant`) + router.push(`/partners/document-list-only/${contractId}?projectType=plant`) } return ( |
