We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NcColorPicker
1 parent 66cc7b7 commit 395ea7fCopy full SHA for 395ea7f
apps/systemtags/src/components/SystemTagPicker.vue
@@ -51,7 +51,7 @@
51
<!-- Color picker -->
52
<NcColorPicker v-if="canEditOrCreateTag"
53
:data-cy-systemtags-picker-tag-color="tag.id"
54
- :value="`#${tag.color}`"
+ :value="`#${tag.color || '000000'}`"
55
:shown="openedPicker === tag.id"
56
class="systemtags-picker__tag-color"
57
@update:value="onColorChange(tag, $event)"
0 commit comments