diff client/src/components/fairway/Profiles.vue @ 3818:242057dbc8c3 yworks-svg2pdf

fix bottleneckselection: use id as identifier
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 05 Jul 2019 12:39:19 +0200
parents 6f5297dc6039
children 0b90c34fa378
line wrap: on
line diff
--- a/client/src/components/fairway/Profiles.vue	Fri Jul 05 11:58:29 2019 +0200
+++ b/client/src/components/fairway/Profiles.vue	Fri Jul 05 12:39:19 2019 +0200
@@ -28,7 +28,7 @@
           >
             <option
               v-for="bn in bottlenecksForCountry"
-              :key="bn.properties.name"
+              :key="bn.properties.id"
               :value="bn.properties.name"
             >
               {{ bn.properties.name }}