client/src/store/noteRecord.js
changeset 129 d48946d164c6
parent 124 c77570164050
child 168 ea92f4fe783d
--- a/client/src/store/noteRecord.js	Tue Jul 25 19:11:26 2017 +0200
+++ b/client/src/store/noteRecord.js	Fri Jul 28 19:40:35 2017 +0200
@@ -1,4 +1,5 @@
 import Immutable from 'immutable';
+import { ActionEnum } from '../constants';
 
 export default Immutable.Record({
   _id: '',
@@ -14,6 +15,5 @@
   categories: [],
 
   marginComment: '',
-  deleted: false,
-  modified: true
+  action: ActionEnum.NONE
 }, 'Note');