mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 19:57:43 +02:00
separate mention category for employees (#5095)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
async function updateItems (query: string, filteredActions: Array<WithLookup<Action>>): Promise<void> {
|
||||
let searchItems: SearchItem[] = []
|
||||
if (query !== '' && query.indexOf('/') !== 0) {
|
||||
searchItems = await searchFor('spotlight', query)
|
||||
searchItems = (await searchFor('spotlight', query)).items
|
||||
}
|
||||
items = packSearchAndActions(searchItems, filteredActions)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user