diff client/src/components/map/MapPopup.vue @ 3231:2dab20bed284

show_statistics: refac to fairwayavailability
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 10 May 2019 10:28:37 +0200
parents ba7bc3740fb3
children e37b8afd7bd9
line wrap: on
line diff
--- a/client/src/components/map/MapPopup.vue	Fri May 10 10:13:32 2019 +0200
+++ b/client/src/components/map/MapPopup.vue	Fri May 10 10:28:37 2019 +0200
@@ -199,7 +199,7 @@
       this.close();
     },
     openFairwayAvailability() {
-      this.$store.commit("application/showStatistics", true);
+      this.$store.commit("application/showFairwayDepth", true);
       this.close();
     },
     openFairwayAvailabilityForBottleneck(bottleneck) {