fix(SW-1035): Fixed issue when is returned from CS inside RTE

This commit is contained in:
Erik Tiekstra
2024-11-29 11:17:46 +01:00
committed by Matilda Landström
parent ed1574838a
commit ba7cd0798a
2 changed files with 24 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ export enum RTETypeEnum {
ol = "ol",
p = "p",
reference = "reference",
span = "span",
table = "table",
tbody = "tbody",
td = "td",