DTL panel - fix indicators key problem
This commit is contained in:
parent
acfec37d4f
commit
8fefd8d50c
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
v-for="(proposal, index) in proposals"
|
||||
@click="activeProposal = proposal"
|
||||
role="tab"
|
||||
:aria-selected="proposal.isActive"
|
||||
:aria-selected="activeProposal === proposal"
|
||||
aria-controls=""
|
||||
>
|
||||
{{
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
<div class="grid">
|
||||
<template
|
||||
v-for="indicator in activeProposal.grades.indicators"
|
||||
:key="indicator.value"
|
||||
:key="indicator.id"
|
||||
>
|
||||
<div
|
||||
class="gauge"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue