Skip to content

Commit

Permalink
Fix eslint warning in ui-button.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Vieira committed Jul 28, 2024
1 parent af488b6 commit 628ace2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/widgets/ui-button/UIButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<template v-if="appendIcon" #append>
<v-icon :color="iconColor" />
</template>
<!-- eslint-disable-next-line vue/no-v-html -->
<span v-if="label" :style="{'color': textColor}" v-html="label" />
</v-btn>
</template>
Expand Down

0 comments on commit 628ace2

Please sign in to comment.