fix: allow setting task/project color to black
This commit is contained in:
parent
7724d62330
commit
12eb91365a
|
|
@ -105,7 +105,7 @@ watch(
|
|||
|
||||
watch(color, () => update())
|
||||
|
||||
const isEmpty = computed(() => color.value === '#000000' || color.value === '')
|
||||
const isEmpty = computed(() => color.value === '')
|
||||
|
||||
function update(force = false) {
|
||||
if(isEmpty.value && !force) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue