client/src/store/noteRecord.js
changeset 17 877d8796b86d
parent 16 e67cd18cc594
child 26 930e486ad0a8
--- a/client/src/store/noteRecord.js	Thu Jun 01 17:32:07 2017 +0200
+++ b/client/src/store/noteRecord.js	Thu Jun 01 18:46:34 2017 +0200
@@ -3,8 +3,11 @@
 export default Immutable.Record({
   id: '',
   session: '',
+
   plain: '',
   raw: {},
+  html: '',
+
   startedAt: '',
   finishedAt: '',
 });