From 73d235b7bccfabcc29e14bd312b50b4adb050fe2 Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Thu, 15 Jan 2026 09:52:04 -0500 Subject: [PATCH] Removed dummy Action button from client list --- frontend/src/components/pages/Clients.vue | 15 --------------- 1 file changed, 15 deletions(-) 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) => {