feat: remove more actions button in datatables.

This commit is contained in:
a.bouhuolia
2021-04-19 18:23:11 +02:00
parent 537150b222
commit c6aca4ecfa
24 changed files with 95 additions and 74 deletions

View File

@@ -6,7 +6,6 @@ import {
StatusAccessor,
DateAccessor,
AmountAccessor,
ActionsCell,
} from './components';
/**
@@ -65,14 +64,6 @@ export const useManualJournalsColumns = () => {
width: 125,
className: 'created_at',
},
{
id: 'actions',
Header: '',
Cell: ActionsCell,
className: 'actions',
width: 50,
disableResizing: true,
},
],
[],
);