comparison client/src/store/fairway.js @ 2391:123e7f43b676

fairway_store: fix cleanup bug
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 25 Feb 2019 16:16:33 +0100
parents 13de09e30645
children 3c17d401fbd4
comparison
equal deleted inserted replaced
2390:fde9c0f85455 2391:123e7f43b676
112 state.maxAlt = null; 112 state.maxAlt = null;
113 state.totalLength = null; 113 state.totalLength = null;
114 state.fairwayData = []; 114 state.fairwayData = [];
115 state.startPoint = null; 115 state.startPoint = null;
116 state.endPoint = null; 116 state.endPoint = null;
117 state.referenceWaterLevel = null;
118 state.waterLevels = {};
119 state.selectedWaterLevel = "";
117 }, 120 },
118 previousCuts: (state, previousCuts) => { 121 previousCuts: (state, previousCuts) => {
119 state.previousCuts = previousCuts; 122 state.previousCuts = previousCuts;
120 }, 123 },
121 profileLoading: (state, loading) => { 124 profileLoading: (state, loading) => {