mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-02 11:00:37 -05:00
fix: allow setting task/project color to black
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user