diff --git a/editors/demo/src/Editors.js b/editors/demo/src/Editors.js index d429ef02d2bb5fa5d0dc8816d2869811b9f98a60..9e14f6ac6c5dfb292ff737394c05d66b8ce35c76 100644 --- a/editors/demo/src/Editors.js +++ b/editors/demo/src/Editors.js @@ -73,7 +73,7 @@ const Editors = () => { case 'oen': return <OEN />; default: - return <OEN />; + return <HHMI />; } };