changeset 3210:66e90b48387a

available_fairway-depth: store refactored
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 09 May 2019 09:53:02 +0200
parents 5b8916b78cea
children f76927849ef8
files client/src/components/fairway/AvailableFairwayDepth.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepth.vue	Thu May 09 09:27:34 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepth.vue	Thu May 09 09:53:02 2019 +0200
@@ -59,7 +59,7 @@
     this.drawDiagram();
   },
   computed: {
-    ...mapState("diagram", [
+    ...mapState("fairwayavailability", [
       "selectedFairwayAvailabilityFeature",
       "fwData",
       "from",