fix: account transactions don't show up

This commit is contained in:
Ahmed Bouhuolia
2026-01-01 22:09:51 +02:00
parent 0f377e19f3
commit 885d8014c2
13 changed files with 8 additions and 24 deletions

View File

@@ -19,7 +19,6 @@ import {
Row,
FeatureCan,
BranchSelect,
BranchSelectButton,
FInputGroup,
FFormGroup,
FTextArea,
@@ -60,7 +59,6 @@ export default function OtherIncomeFormFields() {
<BranchSelect
name={'branch_id'}
branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }}
/>
</FFormGroup>