feat: merge the boot provider of categorize and matching forms

This commit is contained in:
Ahmed Bouhuolia
2024-06-29 17:00:36 +02:00
parent 5d5d4a1972
commit 3cd66ba4d6
10 changed files with 129 additions and 43 deletions

View File

@@ -189,7 +189,7 @@ export function useAccountUncategorizedTransactionsColumns() {
{
id: 'deposit',
Header: intl.get('cash_flow.label.deposit'),
accessor: 'formattet_deposit_amount',
accessor: 'formatted_deposit_amount',
width: 40,
className: 'deposit',
textOverview: true,