client/src/store/noteRecord.js
changeset 78 49c5ea36d0a4
parent 62 b2514a9bcd49
child 124 c77570164050
--- a/client/src/store/noteRecord.js	Thu Jun 22 12:53:00 2017 +0200
+++ b/client/src/store/noteRecord.js	Thu Jun 22 12:37:53 2017 +0200
@@ -11,5 +11,7 @@
   startedAt: '',
   finishedAt: '',
 
-  categories: []
+  categories: [],
+
+  marginComment: ''
 }, 'Note');