fix: empty area after table

This commit is contained in:
Methapon Metanipat 2024-08-22 09:44:03 +07:00
parent d060ae5f92
commit 9b6c99a030

View file

@ -128,10 +128,4 @@ export const columnsCustomer = [
label: 'customer.table.contactPhone',
field: 'contactPhone',
},
{
name: 'action',
label: '',
field: 'action',
},
] satisfies QTableProps['columns'];