diff --git a/wax-prosemirror-core/src/helpers/helpers.js b/wax-prosemirror-core/src/helpers/helpers.js
index 974c013098ce3b969338c729014dc9b7ee0c8afa..0041106f99c5be244e4df1397e46fddb0802c80a 100644
--- a/wax-prosemirror-core/src/helpers/helpers.js
+++ b/wax-prosemirror-core/src/helpers/helpers.js
@@ -40,7 +40,7 @@ const getDocContent = (schema, serializer, targetFormat, context) => {
     const serialize = serializer(schema);
     content = serialize(context.app.context.pmViews.main.state.doc.content);
   }
-  revertNotesSchema(content);
+  revertNotesSchema(schema);
 
   return content;
 };