client/src/store/configureStore.js
changeset 134 be36eed5e6e0
parent 132 906a6c7c7943
child 168 ea92f4fe783d
--- a/client/src/store/configureStore.js	Thu Aug 03 09:44:37 2017 +0200
+++ b/client/src/store/configureStore.js	Thu Aug 03 17:33:00 2017 +0200
@@ -38,6 +38,7 @@
     clientId: null,
     lastSync: 0,
     currentUser: null,
+    currentGroup: null
   }),
   autoSubmit: false,
   login: asyncRequest,