From 9b6c99a030f7167447fc4b4cdc1601935dafe7cf Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 22 Aug 2024 09:44:03 +0700 Subject: [PATCH] fix: empty area after table --- src/pages/03_customer-management/constant.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/03_customer-management/constant.ts b/src/pages/03_customer-management/constant.ts index 261eabc2..fcc90430 100644 --- a/src/pages/03_customer-management/constant.ts +++ b/src/pages/03_customer-management/constant.ts @@ -128,10 +128,4 @@ export const columnsCustomer = [ label: 'customer.table.contactPhone', field: 'contactPhone', }, - - { - name: 'action', - label: '', - field: 'action', - }, ] satisfies QTableProps['columns'];