fix: revert accidentally removed snippet

This commit is contained in:
hexastack 2025-02-04 17:07:13 +01:00
parent 9e029674e1
commit 044ce6e725

View File

@ -115,6 +115,7 @@ export const ContentTypeDialog: FC<ContentTypeDialogProps> = ({
{...register("name", {
required: t("message.name_is_required"),
})}
helperText={errors.name ? errors.name.message : null}
required
autoFocus
/>