diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index f7cfd814d..157112739 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -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 }