Skip to content

Commit

Permalink
fix(editor-safe-render): fix list of safe components (#4979)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Apr 24, 2024
1 parent 481cb31 commit d299d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/editor-safe-render/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const EditorSafeRenderPlugin = (opts = {}) => {
'TopBar',
'SwaggerEditorLayout',
'Editor',
'EditorTextarea',
'EditorMonaco',
'TextareaEditor',
'MonacoEditor',
'EditorPane',
'EditorPaneBarTop',
'EditorPreviewPane',
Expand Down

0 comments on commit d299d75

Please sign in to comment.