feat: Transfer from & to account.

This commit is contained in:
elforjani13
2021-10-18 16:25:58 +02:00
parent c148e2976a
commit de05667bdc
3 changed files with 5 additions and 6 deletions

View File

@@ -128,8 +128,7 @@ function TransferToAccountFormFields() {
{({ form, field, meta: { error, touched } }) => (
<FormGroup
label={
'Transfer account'
// <T id={'cash_flow_transaction.label_transfer_from_account'} />
<T id={'cash_flow_transaction.label_transfer_to_account'} />
}
labelInfo={<FieldRequiredHint />}
intent={inputIntent({ error, touched })}