mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat(webapp): allow to create a new account item in accounts list component.
This commit is contained in:
@@ -131,6 +131,7 @@ function ReceiptFormHeader({
|
||||
labelInfo={<FieldRequiredHint />}
|
||||
name={'deposit_account_id'}
|
||||
items={accounts}
|
||||
fastField={true}
|
||||
shouldUpdate={accountsFieldShouldUpdate}
|
||||
>
|
||||
<AccountsSelect
|
||||
@@ -144,6 +145,8 @@ function ReceiptFormHeader({
|
||||
]}
|
||||
allowCreate={true}
|
||||
fill={true}
|
||||
fastField={true}
|
||||
shouldUpdate={accountsFieldShouldUpdate}
|
||||
/>
|
||||
</FFormGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user