fix(quick add magic): make sure assignees which don't exist are not removed from task title
Resolves https://kolaente.dev/vikunja/frontend/issues/2927
This commit is contained in:
@ -557,7 +557,7 @@ watch(
|
||||
baseStore.handleSetCurrentList({list: parentList})
|
||||
}
|
||||
},
|
||||
{immediate: true },
|
||||
{immediate: true},
|
||||
)
|
||||
|
||||
const canWrite = computed(() => (
|
||||
|
Reference in New Issue
Block a user