Browse Source
Merge pull request #864 from doccano/fix/issue815
Fix problem to reset label color to #FF0000, closes #815
pull/865/head
Hiroki Nakayama
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
frontend/components/containers/labels/LabelList.vue
|
@ -58,7 +58,7 @@ |
|
|
</v-chip> |
|
|
</v-chip> |
|
|
<template v-slot:input> |
|
|
<template v-slot:input> |
|
|
<v-color-picker |
|
|
<v-color-picker |
|
|
:value="item.backgroundColor" |
|
|
|
|
|
|
|
|
:value="item.background_color" |
|
|
:rules="colorRules" |
|
|
:rules="colorRules" |
|
|
@update:color="handleUpdateLabel({ id:item.id, background_color: $event.hex })" |
|
|
@update:color="handleUpdateLabel({ id:item.id, background_color: $event.hex })" |
|
|
show-swatches |
|
|
show-swatches |
|
|