diff client/src/components/Sidebar.vue @ 1294:b9fd587d8ea0

removed console.log
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 14:05:30 +0100
parents e1480ad4b6b0
children 99c039e86624
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Thu Nov 22 13:37:29 2018 +0100
+++ b/client/src/components/Sidebar.vue	Thu Nov 22 14:05:30 2018 +0100
@@ -104,8 +104,8 @@
     logoff() {
       this.$store.commit("user/clearAuth");
       this.$store.commit("application/showSidebar", false);
-      this.$store.commit("application/showUsermenu", false);
       this.$store.commit("application/showSplitscreen", false);
+      this.$store.dispatch("fairwayprofile/clearSelection");
       this.$router.push("/login");
     },
     toggleContextBox(context) {