mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix(Color): Show badge only if value is set
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
>
|
||||
<div class="flex items-center">
|
||||
<div
|
||||
v-if="value"
|
||||
class="w-3 h-3 rounded mr-1"
|
||||
:style="{ backgroundColor: value }"
|
||||
></div>
|
||||
|
||||
Reference in New Issue
Block a user