feat: estimate & cashflow.

This commit is contained in:
elforjani13
2021-12-28 13:10:15 +02:00
parent f2150a982a
commit 9182e13c07
3 changed files with 4 additions and 3 deletions

View File

@@ -128,6 +128,7 @@ function EstimateFormHeader({
{({ form, field: { value }, meta: { error, touched } }) => (
<FormGroup
label={<T id={'expiration_date'} />}
labelInfo={<FieldRequiredHint />}
inline={true}
className={classNames(
CLASSES.FORM_GROUP_LIST_SELECT,