mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 20:32:24 +02:00
UBERF-8516: Stable mentions popup (#6993)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -988,7 +988,8 @@ export function createModel (builder: Builder): void {
|
||||
label: github.string.PullRequests,
|
||||
query: tracker.completion.IssueQuery,
|
||||
context: ['search', 'mention', 'spotlight'],
|
||||
classToSearch: github.class.GithubPullRequest
|
||||
classToSearch: github.class.GithubPullRequest,
|
||||
priority: 280
|
||||
},
|
||||
github.completion.PullRequestCategory
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user