diff client/src/application/Topbar.vue @ 1113:595654ad3f66 store-refactoring

renamed mapstore to map (like other stores)
author Markus Kottlaender <markus@intevation.de>
date Mon, 05 Nov 2018 13:36:44 +0100
parents bdc8b4160872
children 6d4cc4389c8f
line wrap: on
line diff
--- a/client/src/application/Topbar.vue	Mon Nov 05 13:32:10 2018 +0100
+++ b/client/src/application/Topbar.vue	Mon Nov 05 13:36:44 2018 +0100
@@ -140,7 +140,7 @@
     };
   },
   computed: {
-    ...mapState("mapstore", ["openLayersMap"]),
+    ...mapState("map", ["openLayersMap"]),
     ...mapState("fairwayprofile", ["currentProfile"]),
     searchIndicator: function() {
       if (this.isSearching) {