Commit 041ffac4 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'consistent-dropdown-hint' into 'master'

Make dropdown hint consistent with EE version

Closes #33721

See merge request !12234
parents f01c5d86 8adbd2bc
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment