mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: optimize chart of accounts.
This commit is contained in:
@@ -103,6 +103,8 @@ export default function DataTable({
|
||||
<IndeterminateCheckbox {...row.getToggleRowSelectedProps()} />
|
||||
</div>
|
||||
),
|
||||
className: 'selection',
|
||||
...(typeof selectionColumn === 'object') ? selectionColumn : {},
|
||||
}] : [],
|
||||
...columns,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user