add teams to search autocomplete
This commit is contained in:
parent
441d256188
commit
4673c85379
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ module ApplicationHelper
|
|||
]
|
||||
end
|
||||
|
||||
[groups, projects, default_nav, project_nav, help_nav].flatten.to_json
|
||||
[groups, teams, projects, default_nav, project_nav, help_nav].flatten.to_json
|
||||
end
|
||||
|
||||
def emoji_autocomplete_source
|
||||
|
|
Loading…
Reference in a new issue