diff --git a/client/src/containers/Dialogs/ItemCategoryDialog/ItemCategoryForm.js b/client/src/containers/Dialogs/ItemCategoryDialog/ItemCategoryForm.js
index 9bc21b0a0..09dad964b 100644
--- a/client/src/containers/Dialogs/ItemCategoryDialog/ItemCategoryForm.js
+++ b/client/src/containers/Dialogs/ItemCategoryDialog/ItemCategoryForm.js
@@ -62,7 +62,7 @@ export default function ItemCategoryForm({
{({ field, field: { value }, meta: { error, touched } }) => (
}
- labelInfo={FieldRequiredHint}
+ labelInfo={}
className={'form-group--category-name'}
intent={inputIntent({ error, touched })}
helperText={}