diff --git a/editors/demo/src/HHMI/HHMI.js b/editors/demo/src/HHMI/HHMI.js
index d0c78713f6b9bac2cdabebbf787fad94112a384d..60c9103f0536c5e6c674ce0ee73bd3301cbc59c3 100644
--- a/editors/demo/src/HHMI/HHMI.js
+++ b/editors/demo/src/HHMI/HHMI.js
@@ -162,15 +162,15 @@ const Hhmi = () => {
         </SubmitButton>
       </ButtonContainer>
       <Wax
-        config={config}
         autoFocus
-        ref={editorRef}
+        config={config}
         customValues={{ showFeedBack: submitted, testMode }}
         fileUpload={file => renderImage(file)}
-        value={content}
+        layout={HhmiLayout}
         // targetFormat="JSON"
         readonly={readOnly}
-        layout={HhmiLayout}
+        ref={editorRef}
+        value={content}
         // onChange={source => console.log(source)}
       />
     </>