client/src/store/noteRecord.js
changeset 16 e67cd18cc594
parent 15 4a8bbd314a46
child 17 877d8796b86d
--- a/client/src/store/noteRecord.js	Thu Jun 01 16:15:08 2017 +0200
+++ b/client/src/store/noteRecord.js	Thu Jun 01 17:32:07 2017 +0200
@@ -4,5 +4,7 @@
   id: '',
   session: '',
   plain: '',
-  raw: {}
+  raw: {},
+  startedAt: '',
+  finishedAt: '',
 });