Skip to content

Commit

Permalink
fix: remove Labels tag type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 31, 2025
1 parent 65dd4f9 commit 3a8b24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/layout/Labels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<el-tag
v-for="(value, key) in labelMap"
:key="key"
:type="checked(key, value) ? 'primary' : 'default'"
:type="checked(key, value) ? 'primary' : undefined"
class="me-1 labels"
size="small"
disable-transitions
Expand Down

0 comments on commit 3a8b24e

Please sign in to comment.