Skip to content
Snippets Groups Projects
Commit 8d517a27 authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

added new dispatch options

parent b8c5c8b5
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa
......@@ -35,7 +35,7 @@ const initialState = {
height: 0
},
currentUser: {
askTeacherQuestion : true,
askTeacherQuestion : false,
id : '',
username : '',
email : '',
......@@ -130,6 +130,11 @@ function reducer(state, action) {
roles : []
},
}
case 'TOGGLE_MODAL_COLABORAR_PLATAFORMA':
return {
...state,
modalColaborarPlataformaOpen : action.modalColaborarPlataformaOpen
}
default:
return state
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment