Skip to content

Commit

Permalink
Merge pull request #1141 from arturv2000/fix_ui_button_lint_warning
Browse files Browse the repository at this point in the history
UI-Button: Fix eslint warning
  • Loading branch information
joepavitt authored Jul 30, 2024
2 parents 31d67ad + 628ace2 commit 431b3a7
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 431b3a7

Please sign in to comment.