BIG-231 Transactions number on drawer title.

This commit is contained in:
elforjani13
2022-01-02 13:38:40 +02:00
parent 7ab7456d08
commit 7f1844aa6b
12 changed files with 171 additions and 154 deletions

View File

@@ -224,6 +224,7 @@ function PaymentReceiveHeaderFields({
<FormGroup
label={<T id={'payment_receive_no'} />}
inline={true}
labelInfo={<FieldRequiredHint />}
className={('form-group--payment_receive_no', CLASSES.FILL)}
intent={inputIntent({ error, touched })}
helperText={<ErrorMessage name="payment_receive_no" />}