Skip to content

Commit d299d75

Browse files
authored
fix(editor-safe-render): fix list of safe components (#4979)
1 parent 481cb31 commit d299d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/editor-safe-render/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const EditorSafeRenderPlugin = (opts = {}) => {
1818
'TopBar',
1919
'SwaggerEditorLayout',
2020
'Editor',
21-
'EditorTextarea',
22-
'EditorMonaco',
21+
'TextareaEditor',
22+
'MonacoEditor',
2323
'EditorPane',
2424
'EditorPaneBarTop',
2525
'EditorPreviewPane',

0 commit comments

Comments
 (0)