diff client/src/application/Main.vue @ 1027:04a9e78dcc5f

refac: remove morphstore. not necessary
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 14:17:51 +0200
parents a55f20dc8d8d
children bf10a7f990cc
line wrap: on
line diff
--- a/client/src/application/Main.vue	Wed Oct 24 13:35:15 2018 +0200
+++ b/client/src/application/Main.vue	Wed Oct 24 14:17:51 2018 +0200
@@ -86,7 +86,7 @@
       "selectedWaterLevel",
       "availableSurveys"
     ]),
-    ...mapState("morphstore", ["selectedMorph"]),
+    ...mapState("fairwayprofile", ["selectedMorph"]),
     coordinates() {
       const currentSurveyDate = this.selectedMorph.date_info;
       return this.currentProfile[currentSurveyDate];