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

Revert "fix: account transactions don't show up"
This commit is contained in:
Ahmed Bouhuolia
2026-01-01 22:13:31 +02:00
committed by GitHub
6 changed files with 12 additions and 0 deletions

View File

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

View File

@@ -11,6 +11,7 @@ import {
Col, Col,
Row, Row,
BranchSelect, BranchSelect,
BranchSelectButton,
FeatureCan, FeatureCan,
FFormGroup, FFormGroup,
FMoneyInputGroup, FMoneyInputGroup,
@@ -55,6 +56,7 @@ export default function OwnerContributionFormFields() {
<BranchSelect <BranchSelect
name={'branch_id'} name={'branch_id'}
branches={branches} branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }} popoverProps={{ minimal: true }}
/> />
</FFormGroup> </FFormGroup>

View File

@@ -11,6 +11,7 @@ import {
Row, Row,
FeatureCan, FeatureCan,
BranchSelect, BranchSelect,
BranchSelectButton,
FMoneyInputGroup, FMoneyInputGroup,
FFormGroup, FFormGroup,
FTextArea, FTextArea,
@@ -48,6 +49,7 @@ export default function TransferFromAccountFormFields() {
<BranchSelect <BranchSelect
name={'branch_id'} name={'branch_id'}
branches={branches} branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }} popoverProps={{ minimal: true }}
/> />
</FFormGroup> </FFormGroup>

View File

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

View File

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

View File

@@ -12,6 +12,7 @@ import {
Row, Row,
FeatureCan, FeatureCan,
BranchSelect, BranchSelect,
BranchSelectButton,
FFormGroup, FFormGroup,
FTextArea, FTextArea,
FMoneyInputGroup, FMoneyInputGroup,
@@ -51,6 +52,7 @@ export default function TransferToAccountFormFields() {
<BranchSelect <BranchSelect
name={'branch_id'} name={'branch_id'}
branches={branches} branches={branches}
input={BranchSelectButton}
popoverProps={{ minimal: true }} popoverProps={{ minimal: true }}
/> />
</FFormGroup> </FFormGroup>