client/src/selectors/authSelectors.js
changeset 137 279e1dffa213
parent 134 be36eed5e6e0
child 168 ea92f4fe783d
--- a/client/src/selectors/authSelectors.js	Thu Aug 03 19:12:25 2017 +0200
+++ b/client/src/selectors/authSelectors.js	Thu Aug 03 23:04:33 2017 +0200
@@ -26,5 +26,7 @@
 
 export const getCreateGroup = state => state.get('createGroup')
 
+export const getAutoSubmit = state => state.get('autoSubmit')
 
 
+