changeset 1106:ca4e0cd607ce

moved selectedMorph to existing mapState call there were two calls of ...mapState("fairwarprofile"...
author Markus Kottlaender <markus@intevation.de>
date Fri, 02 Nov 2018 14:51:14 +0100
parents 9f1e1f3f3fb3
children d1fb2babaa95 f106aee673e7
files client/src/application/Main.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/application/Main.vue	Fri Nov 02 14:24:49 2018 +0100
+++ b/client/src/application/Main.vue	Fri Nov 02 14:51:14 2018 +0100
@@ -71,9 +71,9 @@
       "waterLevels",
       "fairwayCoordinates",
       "selectedWaterLevel",
-      "availableSurveys"
+      "availableSurveys",
+      "selectedMorph"
     ]),
-    ...mapState("fairwayprofile", ["selectedMorph"]),
     additionalSurveys() {
       if (!this.availableSurveys) return [];
       return this.availableSurveys.surveys.filter(x => {