changeset 3269:5746497085b6

client: fixed wrong mutation name
author Markus Kottlaender <markus@intevation.de>
date Wed, 15 May 2019 13:22:21 +0200
parents 1a97a079ef1b
children d7bc51fd50b0
files client/src/store/map.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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