Commit 0472ff1f authored by Simon Knox's avatar Simon Knox

only show group labels in filter dropdown

parent 58290563
......@@ -56,7 +56,7 @@ class FilteredSearchDropdownManager {
reference: null,
gl: 'DropdownNonUser',
extraArguments: {
endpoint: `${this.baseEndpoint}/labels.json`,
endpoint: `${this.baseEndpoint}/labels.json?only_group_labels=true`,
symbol: '~',
preprocessing: gl.DropdownUtils.duplicateLabelPreprocessing,
},
......
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