Skip to content
Snippets Groups Projects
Commit 7a2a3503 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

remove blank lines

parent f22e1632
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@ export default new Vuex.Store({
setTimeout(() => {
state.messages = [];
}, 3000);
},
CLEAR_MESSAGES(state) {
state.messages = [];
......
......@@ -107,7 +107,6 @@ export default {
.then((response) => {
if (response.status === 200) {
this.$store.dispatch("GET_USER_LEVEL_PROJECTS"); //* update user status in top right menu
this.$store.commit("DISPLAY_MESSAGE", "Permissions mises à jour");
} else {
this.$store.commit(
......
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