We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f38cf7 commit 49a77e3Copy full SHA for 49a77e3
web_src/js/features/repo-issue.js
@@ -149,7 +149,7 @@ export function initRepoIssueSidebarList() {
149
}
150
151
});
152
- $('.ui.dropdown.label-filter').dropdown('setting', {'hideDividers': 'empty'}).dropdown('refreshItems');
+ $('.ui.dropdown.label-filter, .ui.dropdown.select-label').dropdown('setting', {'hideDividers': 'empty'}).dropdown('refreshItems');
153
154
155
export function initRepoIssueCommentDelete() {
0 commit comments