diff client/src/components/fairway/AvailableFairwayDepthDialogue.vue @ 3368:70605404f37d

fa_lnwl: prototypical diagram added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 22 May 2019 11:00:25 +0200
parents e12e8bf044a6
children 3675c60afd4f
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Wed May 22 10:47:04 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Wed May 22 11:00:25 2019 +0200
@@ -428,7 +428,7 @@
     openFairwaydepthLNWLDiagram() {
       this.loading = true;
       this.$store
-        .dispatch("fairwayavailability/loadAvailableFairwayDepth", {
+        .dispatch("fairwayavailability/loadAvailableFairwayDepthLNWLDiagram", {
           feature: this.selectedFairwayAvailabilityFeature,
           from: this.from,
           to: this.to,