mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: remove more actions button in datatables.
This commit is contained in:
@@ -127,15 +127,7 @@ export function useVendorsTableColumns() {
|
||||
accessor: BalanceAccessor,
|
||||
className: 'receivable_balance',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
id: 'actions',
|
||||
Cell: ActionsCell,
|
||||
className: 'actions',
|
||||
width: 70,
|
||||
disableResizing: true,
|
||||
disableSortBy: true,
|
||||
},
|
||||
}
|
||||
],
|
||||
[formatMessage],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user