Skip to content

Commit

Permalink
Update AnalysisView.vue
Browse files Browse the repository at this point in the history
`label for=` should refer to the id's.
  • Loading branch information
inthar-raven authored Nov 27, 2023
1 parent a968ee7 commit 28a19ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/AnalysisView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const matrix = computed(() => {
value="zero"
v-model="indexing"
/>
<label for="format-best"> 0-indexing (default) </label>
<label for="indexing-zero"> 0-indexing (default) </label>
</span>

Check warning on line 157 in src/views/AnalysisView.vue

View workflow job for this annotation

GitHub Actions / build (17.x)

Delete `········`
<span>
Expand All @@ -162,7 +162,7 @@ const matrix = computed(() => {
value="one"
v-model="indexing"
/>
<label for="format-decimal"> 1-indexing </label>
<label for="indexing-one"> 1-indexing </label>
</span>
</div>
</div>
Expand Down

0 comments on commit 28a19ee

Please sign in to comment.