BIG-81: handle error message.

This commit is contained in:
elforjani3
2021-09-14 16:50:22 +02:00
parent 9123662a87
commit af492310e8
5 changed files with 14 additions and 4 deletions

View File

@@ -153,6 +153,7 @@ function InvoiceFormHeaderFields({
{({ form, field, meta: { error, touched } }) => (
<FormGroup
label={<T id={'invoice_no'} />}
labelInfo={<FieldRequiredHint />}
inline={true}
className={classNames('form-group--invoice-no', CLASSES.FILL)}
intent={inputIntent({ error, touched })}