mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: Edit bank rule
This commit is contained in:
@@ -8,15 +8,15 @@ export function CategorizeTransactionBranchField() {
|
||||
const { branches } = useCategorizeTransactionBoot();
|
||||
|
||||
return (
|
||||
<FFormGroup name={'branchId'} label={'Branch'} fastField inline>
|
||||
<FeatureCan feature={Features.Branches}>
|
||||
<FeatureCan feature={Features.Branches}>
|
||||
<FFormGroup name={'branchId'} label={'Branch'} fastField inline>
|
||||
<BranchSuggestField
|
||||
name={'branchId'}
|
||||
items={branches}
|
||||
popoverProps={{ minimal: true }}
|
||||
fill
|
||||
/>
|
||||
</FeatureCan>
|
||||
</FFormGroup>
|
||||
</FFormGroup>
|
||||
</FeatureCan>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user