Browse Source

Fix problem to reset label color to #FF0000, closes #815

pull/864/head
Hironsan 4 years ago
parent
commit
0d950c5970
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/containers/labels/LabelList.vue

2
frontend/components/containers/labels/LabelList.vue

@ -58,7 +58,7 @@
</v-chip>
<template v-slot:input>
<v-color-picker
:value="item.backgroundColor"
:value="item.background_color"
:rules="colorRules"
@update:color="handleUpdateLabel({ id:item.id, background_color: $event.hex })"
show-swatches

Loading…
Cancel
Save