client/src/selectors/authSelectors.js
changeset 137 279e1dffa213
parent 134 be36eed5e6e0
child 168 ea92f4fe783d
equal deleted inserted replaced
136:1a3be12af395 137:279e1dffa213
    24   }
    24   }
    25 }
    25 }
    26 
    26 
    27 export const getCreateGroup = state => state.get('createGroup')
    27 export const getCreateGroup = state => state.get('createGroup')
    28 
    28 
       
    29 export const getAutoSubmit = state => state.get('autoSubmit')
    29 
    30 
    30 
    31 
       
    32