fix: parsed task variables not defined

This commit is contained in:
kolaente 2021-11-03 21:37:16 +01:00
parent 82fb6a2a52
commit 3fe346348b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ export default {
return SEARCH_MODE_ALL
}
const {text, list, labels, assignees} = this.parsedQuery
if (assignees.length === 0 && text !== '') {
return SEARCH_MODE_TASKS
}