Make dropdown hint consistent with EE version

This commit is contained in:
Clement Ho 2017-06-16 15:01:32 -05:00
parent f40aa331e4
commit 8adbd2bcab
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class DropdownHint extends gl.FilteredSearchDropdown {
}
renderContent() {
const dropdownData = gl.FilteredSearchTokenKeys.get()
const dropdownData = this.tokenKeys.get()
.map(tokenKey => ({
icon: `fa-${tokenKey.icon}`,
hint: tokenKey.key,