Skip to content
Snippets Groups Projects
Unverified Commit fc1cafcd authored by Marc Hanisch's avatar Marc Hanisch
Browse files

renames loop variable

parent 270512f9
No related branches found
No related tags found
2 merge requests!90Draft: restructure frontend properties 2,!82Restructure frontend
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment