diff client/src/store/map.js @ 3269:5746497085b6

client: fixed wrong mutation name
author Markus Kottlaender <markus@intevation.de>
date Wed, 15 May 2019 13:22:21 +0200
parents 916d4c898f08
children 80037790032d
line wrap: on
line diff
--- a/client/src/store/map.js	Wed May 15 13:21:53 2019 +0200
+++ b/client/src/store/map.js	Wed May 15 13:22:21 2019 +0200
@@ -375,7 +375,7 @@
                 root: true
               });
             } else {
-              commit("application/showStatistics", true, { root: true });
+              commit("application/showFairwayDepth", true, { root: true });
               commit("fairwayavailability/type", "stretches", { root: true });
               commit("imports/selectedStretchId", stretches[0].getId(), {
                 root: true