add query for client details
This commit is contained in:
parent
172927e069
commit
0b280cec8e
8 changed files with 114 additions and 69 deletions
|
|
@ -165,7 +165,7 @@ const tableActions = [
|
|||
{
|
||||
label: "View Details",
|
||||
action: (rowData) => {
|
||||
router.push(`/clients/${rowData.id}`);
|
||||
router.push(`/clients/${rowData.customerName}`);
|
||||
},
|
||||
type: "button",
|
||||
style: "info",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue