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

remove data

parent 886351be
No related branches found
No related tags found
1 merge request!309Answer nodeview
......@@ -15,8 +15,6 @@ const renderImage = file => {
});
};
const data = `<p class="paragraph"></p><div id="1a351d6c-13af-4f66-b5bd-8b995fffbd48" class="mutiple-choice"><div class="mutiple-choice-option" id="cf2b1908-e611-44cd-8a5b-8d0cad5c3df0" correct="true" feedback=""><p class="paragraph"></p></div><p class="paragraph"></p></div>`;
const Hhmi = () => {
return (
<>
......@@ -24,7 +22,7 @@ const Hhmi = () => {
config={config}
autoFocus
fileUpload={file => renderImage(file)}
value={data}
value=""
// readonly
layout={HhmiLayout}
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