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 df48af2 commit 403f3e9Copy full SHA for 403f3e9
web_src/js/features/repo-legacy.js
@@ -232,7 +232,7 @@ export function initRepoCommentForm() {
232
233
$(this).parent().find('.item').each(function () {
234
$(this).removeClass('checked');
235
- $(this).find('.octicon').addClass('invisible');
+ $(this).find('.octicon-check').addClass('invisible');
236
});
237
238
if (selector === 'select-reviewers-modify' || selector === 'select-assignees-modify') {
0 commit comments