1
0

Merge pull request #888 from bigcapitalhq/named-imports-hocs

fix: account transactions don't show up
This commit is contained in:
Ahmed Bouhuolia
2026-01-01 22:11:56 +02:00
committed by GitHub
6 changed files with 0 additions and 12 deletions
@@ -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>
@@ -11,7 +11,6 @@ import {
Col,
Row,
BranchSelect,
BranchSelectButton,
FeatureCan,
FFormGroup,
FMoneyInputGroup,
@@ -56,7 +55,6 @@ export default function OwnerContributionFormFields() {
<BranchSelect
name={'branch_id'}
branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }}
/>
</FFormGroup>
@@ -11,7 +11,6 @@ import {
Row,
FeatureCan,
BranchSelect,
BranchSelectButton,
FMoneyInputGroup,
FFormGroup,
FTextArea,
@@ -49,7 +48,6 @@ export default function TransferFromAccountFormFields() {
<BranchSelect
name={'branch_id'}
branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }}
/>
</FFormGroup>
@@ -11,7 +11,6 @@ import {
Row,
FeatureCan,
BranchSelect,
BranchSelectButton,
FTextArea,
FFormGroup,
FInputGroup,
@@ -47,7 +46,6 @@ export default function OtherExpnseFormFields() {
<BranchSelect
name={'branch_id'}
branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }}
/>
</FFormGroup>
@@ -11,7 +11,6 @@ import {
Row,
FeatureCan,
BranchSelect,
BranchSelectButton,
FFormGroup,
FTextArea,
FInputGroup,
@@ -49,7 +48,6 @@ export default function OwnerDrawingsFormFields() {
<BranchSelect
name={'branch_id'}
branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }}
/>
</FFormGroup>
@@ -12,7 +12,6 @@ import {
Row,
FeatureCan,
BranchSelect,
BranchSelectButton,
FFormGroup,
FTextArea,
FMoneyInputGroup,
@@ -52,7 +51,6 @@ export default function TransferToAccountFormFields() {
<BranchSelect
name={'branch_id'}
branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }}
/>
</FFormGroup>