Removed dummy Action button from client list

This commit is contained in:
rocketdebris 2026-01-15 09:52:04 -05:00
parent 4f06984a0d
commit 73d235b7bc

View File

@ -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) => {