Skip to content
Snippets Groups Projects
Commit b99449e3 authored by chris's avatar chris
Browse files

remove dummy content

parent 147629ef
No related branches found
No related tags found
1 merge request!317Inline nodeview
...@@ -54,7 +54,7 @@ const Editors = () => { ...@@ -54,7 +54,7 @@ const Editors = () => {
case 'ncbi': case 'ncbi':
break; break;
default: default:
return <Editoria />; return <HHMI />;
} }
}; };
......
...@@ -14,7 +14,6 @@ const renderImage = file => { ...@@ -14,7 +14,6 @@ const renderImage = file => {
setTimeout(() => reader.readAsDataURL(file), 150); setTimeout(() => reader.readAsDataURL(file), 150);
}); });
}; };
const t = `<p class="paragraph">sdfsd</p><p class="paragraph">fdfs</p><div id="4cdb7e13-514d-4c6d-b2f3-f5b1a07af10a" class="mutiple-choice"><div class="mutiple-choice-option" id="d394ff84-5153-49e2-af12-141b05883be4" correct="false" feedback=""><p class="paragraph">rwerewrwer</p></div><div class="mutiple-choice-option" id="4efaa449-4d06-448b-98cd-a3b1c58b5b62" correct="false" feedback=""><p class="paragraph"></p></div></div>`;
const Hhmi = () => { const Hhmi = () => {
return ( return (
...@@ -23,10 +22,10 @@ const Hhmi = () => { ...@@ -23,10 +22,10 @@ const Hhmi = () => {
config={config} config={config}
autoFocus autoFocus
fileUpload={file => renderImage(file)} fileUpload={file => renderImage(file)}
value={t} value=""
// readonly // readonly
layout={HhmiLayout} layout={HhmiLayout}
onChange={source => console.log(source)} // onChange={source => console.log(source)}
/> />
</> </>
); );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment