diff --git a/src/admin/components/forms/field-types/RichText/plugins/withHTML.tsx b/src/admin/components/forms/field-types/RichText/plugins/withHTML.tsx index 0edc8befab..56b9841309 100644 --- a/src/admin/components/forms/field-types/RichText/plugins/withHTML.tsx +++ b/src/admin/components/forms/field-types/RichText/plugins/withHTML.tsx @@ -12,7 +12,6 @@ const ELEMENT_TAGS = { H6: () => ({ type: 'h6' }), LI: () => ({ type: 'li' }), OL: () => ({ type: 'ol' }), - P: () => ({ type: 'p' }), PRE: () => ({ type: 'code' }), UL: () => ({ type: 'ul' }), };