mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-23 16:19:49 +00:00
Fix: field required in item category.
This commit is contained in:
@@ -62,7 +62,7 @@ export default function ItemCategoryForm({
|
|||||||
{({ field, field: { value }, meta: { error, touched } }) => (
|
{({ field, field: { value }, meta: { error, touched } }) => (
|
||||||
<FormGroup
|
<FormGroup
|
||||||
label={<T id={'category_name'} />}
|
label={<T id={'category_name'} />}
|
||||||
labelInfo={FieldRequiredHint}
|
labelInfo={<FieldRequiredHint />}
|
||||||
className={'form-group--category-name'}
|
className={'form-group--category-name'}
|
||||||
intent={inputIntent({ error, touched })}
|
intent={inputIntent({ error, touched })}
|
||||||
helperText={<ErrorMessage name="name" />}
|
helperText={<ErrorMessage name="name" />}
|
||||||
|
|||||||
Reference in New Issue
Block a user