Skip to content
Snippets Groups Projects
Commit 3ab54079 authored by Duy Minh Vo's avatar Duy Minh Vo
Browse files

fix(facets): fix facet item tooltip not displaying properly after facet items change

Adjusts key prop to rerender properly
parent 0d3fa7d0
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
<div
class="list-item-container"
v-for="(item, index) in items.slice(0, numItemsAllowed)"
:key="`field@${index}`"
:key="`field@${item.id}@${index}`"
>
<datasets-facets-item
class="d-flex facet list-group-item list-group-item-action justify-content-between align-items-center"
......
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