diff options
Diffstat (limited to 'lib/gtc-contract/status/gtc-documents-table-columns.tsx')
| -rw-r--r-- | lib/gtc-contract/status/gtc-documents-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gtc-contract/status/gtc-documents-table-columns.tsx b/lib/gtc-contract/status/gtc-documents-table-columns.tsx index 89415284..6fce9b66 100644 --- a/lib/gtc-contract/status/gtc-documents-table-columns.tsx +++ b/lib/gtc-contract/status/gtc-documents-table-columns.tsx @@ -189,7 +189,7 @@ export function getColumns({ setRowAction, router }: GetColumnsProps): ColumnDef const gtcDocument = row.original const handleViewDetails = () => { - router.push(`/evcp/basic-contract-template/gtc/${gtcDocument.id}`) + router.push(`/evcp/gtc/${gtcDocument.id}`) } const handleCreateNewRevision = () => { |
