diff -r 34a75bd8d0b9 -r d48946d164c6 client/src/store/noteRecord.js --- 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');