From fc1cafcdc24a0f30efeaabace4def4441b91d492 Mon Sep 17 00:00:00 2001
From: Marc Hanisch <mhanisch@gfz-potsdam.de>
Date: Tue, 16 Mar 2021 10:49:50 +0100
Subject: [PATCH] renames loop variable

---
 pages/devices/_deviceId/properties.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/devices/_deviceId/properties.vue b/pages/devices/_deviceId/properties.vue
index 4cdf65574..ae4dbe0d2 100644
--- a/pages/devices/_deviceId/properties.vue
+++ b/pages/devices/_deviceId/properties.vue
@@ -51,10 +51,10 @@ permissions and limitations under the Licence.
       multiple
     >
       <template
-        v-for="(field, index) in deviceProperties"
+        v-for="(property, index) in deviceProperties"
       >
         <NuxtChild
-          :key="'property-' + index"
+          :key="'property-' + property.id"
           v-model="deviceProperties[index]"
           :compartments="compartments"
           :sampling-medias="samplingMedias"
-- 
GitLab