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 ceedb49 commit 3ec07fbCopy full SHA for 3ec07fb
web_src/js/features/repo-legacy.js
@@ -186,7 +186,7 @@ export function initRepoCommentForm() {
186
187
$(this).parent().find('.item').each(function () {
188
$(this).removeClass('checked');
189
- $(this).find('.octicon').addClass('invisible');
+ $(this).find('.octicon-check').addClass('invisible');
190
});
191
192
if (selector === 'select-reviewers-modify' || selector === 'select-assignees-modify') {
0 commit comments