Skip to content

Commit 3799a51

Browse files
Patrick Goldenptgolden
Patrick Golden
authored andcommitted
Add proper keys for phenogrid rows and columns
1 parent 97a158b commit 3799a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/ThePhenogrid.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
>
6767
<tooltip
6868
v-for="(col, colIndex) in cols"
69-
:key="colIndex"
69+
:key="col.id"
7070
:interactive="true"
7171
placement="bottom"
7272
follow-cursor="initial"
@@ -103,7 +103,7 @@
103103
>
104104
<tooltip
105105
v-for="(row, rowIndex) in rows"
106-
:key="rowIndex"
106+
:key="row.id"
107107
:interactive="true"
108108
placement="bottom"
109109
follow-cursor="initial"

0 commit comments

Comments
 (0)