diff -r 6542f93cdc0d -r c77570164050 client/src/store/noteRecord.js --- 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');