client/src/store/noteRecord.js
changeset 124 c77570164050
parent 78 49c5ea36d0a4
child 129 d48946d164c6
--- a/client/src/store/noteRecord.js	Wed Jul 19 17:03:40 2017 +0200
+++ b/client/src/store/noteRecord.js	Thu Jul 20 11:23:08 2017 +0200
@@ -13,5 +13,7 @@
 
   categories: [],
 
-  marginComment: ''
+  marginComment: '',
+  deleted: false,
+  modified: true
 }, 'Note');