Browse Source

Fix typo

pull/1251/head
Hironsan 3 years ago
parent
commit
47bf6e5a60
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/label/LabelList.vue

2
frontend/components/label/LabelList.vue

@ -32,7 +32,7 @@
:color="props.item.backgroundColor"
:text-color="$contrastColor(props.item.backgroundColor)"
>
{{ props.item.background_color }}
{{ props.item.backgroundColor }}
</v-chip>
</template>
<template v-slot:[`item.actions`]="{ item }">

Loading…
Cancel
Save