diff client/src/components/importoverview/ImportOverview.vue @ 4374:ad2bf9580696

importoverview: review of fairwaydimensions improved
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 11 Sep 2019 15:51:15 +0200
parents be34d02cff73
children ec8c9793dbb7
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Wed Sep 11 12:35:07 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Wed Sep 11 15:51:15 2019 +0200
@@ -419,6 +419,7 @@
                 this.$store.dispatch("imports/loadStagingNotifications");
                 this.$store.dispatch("imports/loadStretches");
                 this.$store.dispatch("imports/loadSections");
+                this.$store.commit("map/reviewActive", false);
                 const messages = response.data
                   .map(x => {
                     if (x.message) return x.message;