From 83e82dc057637e4e19c7dcc38d2cd84cacae8446 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Sat, 18 Dec 2021 15:57:09 +0200 Subject: [PATCH] start with editoria editor --- editors/demo/src/Editors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/demo/src/Editors.js b/editors/demo/src/Editors.js index d19991a2e..abd0628fb 100644 --- a/editors/demo/src/Editors.js +++ b/editors/demo/src/Editors.js @@ -70,7 +70,7 @@ const Editors = () => { case 'ncbi': return <NCBI />; default: - return <HHMI />; + return <Editoria />; } }; -- GitLab