Merge branch 'consistent-dropdown-hint' into 'master'
Make dropdown hint consistent with EE version Closes #33721 See merge request !12234
This commit is contained in:
commit
041ffac47e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue