diff client/src/store/fairway.js @ 3184:1ba2a7d22fbb

available_fairway_depth: display selected feature
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 07 May 2019 16:59:11 +0200
parents f64cc98746a1
children
line wrap: on
line diff
--- a/client/src/store/fairway.js	Tue May 07 16:30:20 2019 +0200
+++ b/client/src/store/fairway.js	Tue May 07 16:59:11 2019 +0200
@@ -37,8 +37,7 @@
     previousCuts: [],
     profileLoading: false,
     selectedCut: null,
-    differencesLoading: false,
-    selectedFairwayAvailabilityFeature: null
+    differencesLoading: false
   };
 };
 
@@ -58,9 +57,6 @@
     }
   },
   mutations: {
-    setSelectedFairwayAvailability: (state, feature) => {
-      state.selectedFairwayAvailabilityFeature = feature;
-    },
     additionalSurvey: (state, additionalSurvey) => {
       state.additionalSurvey = additionalSurvey;
     },