Skip to content

Commit

Permalink
fix: index changing wrongly
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed Apr 19, 2024
1 parent 29bba09 commit 14a8eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/organisms/HeuristicsTestAnswer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
color="#FCA326"
class="ml-4"
>
<v-tab @click="tab = 0">
<v-tab @click=";(tab = 0), (ind = 0)">
Statistics
</v-tab>
<v-tab @click="tab = 1">
<v-tab @click=";(tab = 1), (ind = 0)">
Evaluators
</v-tab>
<v-tab @click="tab = 2">
<v-tab @click=";(tab = 2), (ind = 0)">
Heuristics
</v-tab>
<v-tab @click="tab = 3">
<v-tab @click=";(tab = 3), (ind = 0)">
Analytics
</v-tab>
</v-tabs>
Expand Down

0 comments on commit 14a8eb3

Please sign in to comment.