Skip to content

Commit

Permalink
fix: do not escape label for app-slider (#861)
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Jennings <[email protected]>
  • Loading branch information
sjenning authored Sep 10, 2022
1 parent 8c10427 commit a79f9eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ui/AppSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
align-self="center"
class="text-body-1 py-0"
:class="{ 'text--disabled': disabled }"
>
{{ label }}
</v-col>
v-html="label"
/>

<!-- Current value -->
<v-col
Expand Down

0 comments on commit a79f9eb

Please sign in to comment.