From e2ed0ccaea6af1362444b9c121ac2fd0f27bb932 Mon Sep 17 00:00:00 2001 From: PatrikKozak <35232443+PatrikKozak@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:27:18 -0500 Subject: [PATCH] chore: removes leftover p tag reference (#2081) --- .../components/forms/field-types/RichText/plugins/withHTML.tsx | 1 - 1 file changed, 1 deletion(-) 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' }), };