mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 04:48:51 +00:00
fix: revert accidentally removed snippet
This commit is contained in:
parent
9e029674e1
commit
044ce6e725
@ -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
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user