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

remove console.log

parent 14b87197
No related branches found
No related tags found
1 merge request!411add readonly state to multiple choice ones
......@@ -170,10 +170,10 @@ const Hhmi = () => {
ref={editorRef}
customValues={{ showFeedBack: submitted, testMode }}
fileUpload={file => renderImage(file)}
// value={content}
value={content}
readonly={readOnly}
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