diff options
Diffstat (limited to 'lib/procurement-rfqs/vendor-response')
| -rw-r--r-- | lib/procurement-rfqs/vendor-response/table/vendor-quotations-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/procurement-rfqs/vendor-response/table/vendor-quotations-table-columns.tsx b/lib/procurement-rfqs/vendor-response/table/vendor-quotations-table-columns.tsx index bad793c3..1fb225d8 100644 --- a/lib/procurement-rfqs/vendor-response/table/vendor-quotations-table-columns.tsx +++ b/lib/procurement-rfqs/vendor-response/table/vendor-quotations-table-columns.tsx @@ -129,7 +129,7 @@ export function getColumns({ <Button variant="ghost" size="icon" - onClick={() => router.push(`/partners/rfq-all/${id}`)} + onClick={() => router.push(`/partners/rfq-ship/${id}`)} className="h-8 w-8" > <Edit className="h-4 w-4" /> |
