changeset 1045:505ec57929aa

fix: max alt now property
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 25 Oct 2018 10:31:47 +0200
parents f8a4ec146d47
children d5d72756645a
files client/src/application/Main.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/application/Main.vue	Thu Oct 25 10:22:30 2018 +0200
+++ b/client/src/application/Main.vue	Thu Oct 25 10:31:47 2018 +0200
@@ -11,7 +11,7 @@
             <FairwayProfile
                 :additionalSurveys="additionalSurveys"
                 :minAlt="minAlt"
-                maxAlt="maxAlt"
+                :maxAlt="maxAlt"
                 :selectedWaterLevel="selectedWaterLevel"
                 :fairwayCoordinates="fairwayCoordinates"
                 :waterLevels="waterLevels"