feat(webapp): allow to create a new account item in accounts list component.

This commit is contained in:
a.bouhuolia
2023-05-03 22:41:54 +02:00
parent a7d29a31c8
commit 981b65349d
9 changed files with 83 additions and 54 deletions

View File

@@ -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>