diff --git a/frontend/src/components/pages/Clients.vue b/frontend/src/components/pages/Clients.vue index 4aefb93..815836f 100644 --- a/frontend/src/components/pages/Clients.vue +++ b/frontend/src/components/pages/Clients.vue @@ -201,21 +201,6 @@ const tableActions = [ router.push(`/estimate?new=true&address=${address}`); }, }, - { - label: "Action", - rowAction: true, - type: "menu", - menuItems: [ - { - label: "View Client Details", - action: (rowData) => { - const client = encodeURIComponent(rowData.customerName); - const address = encodeURIComponent(rowData.address); - router.push(`/client?client=${client}&address=${address}`); - }, - }, - ] - } // { // label: "Export Selected", // action: (selectedRows) => {