fix(inventory adjustomet): reasons field.

This commit is contained in:
elforjani3
2021-03-22 20:09:15 +02:00
parent 17edfb368a
commit ff559180fd

View File

@@ -155,6 +155,7 @@ export default function InventoryAdjustmentFormDialogFields() {
{({ field, meta: { error, touched } }) => (
<FormGroup
label={<T id={'adjustment_reasons'} />}
labelInfo={<FieldRequiredHint />}
className={'form-group--adjustment-reasons'}
intent={inputIntent({ error, touched })}
helperText={<ErrorMessage name={'reason'} />}